
# KevinZhu

KevinZhu is a CLI app for viewing Kevin Zhu's interactive resume.

## Installation
Make sure to include the --global flag if you want to be able to run it directly from the command line as described.
```bash
npm install --global kevinzhu
```
or (not recommended)
```bash
npm install kevinzhu
```

## Usage
Viewing KevinZhu is very simple. Make sure your terminal window isn't too small and open kevinzhu in your Node.js terminal/command prompt.
(It should open properly as long as your terminal isn't square-shaped.)

```bash
kevinzhu
```
If KevinZhu was not installed globally, you can use npx to open the app.

```bash
npx kevinzhu
```

## Feedback
Feedback on my resume or the CLI app is welcome. Feel free to reach out to me regarding questions or job offers.


## License
[ISC](https://opensource.org/licenses/ISC)