jmp-cli
Version:
node cli to publish my resume to your terminal
40 lines (25 loc) • 625 B
Markdown
# jmp-cli
## Usage
```sh
$ npx jmp-cli resume
# colored output
$ npx jmp-cli resume -c
```
Colored output via [rainbowify](https://github.com/maxogden/rainbowify)
## Install
```sh
$ npm install -g jmp-cli
```
If you want to install it globally use the `jmp` command.
```
$ jmp
Usage: jmp [options] [command]
jmp-cli by Jared M. Peterson
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
resume output json resume to your terminal
slack <message> send me a message via Slack
help [cmd] display help for [cmd]
```