0.0.4 • Published 7 years ago
heympcli v0.0.4
heympcli
Usage
$ npm install -g heympcli
$ heymp COMMAND
running command...
$ heymp (-v|--version|version)
heympcli/0.0.4 darwin-x64 node-v10.10.0
$ heymp --help [COMMAND]
USAGE
$ heymp COMMAND
...
Commands
heymp hello [FILE]
describe the command here
USAGE
$ heymp hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ heymp hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
heymp help [COMMAND]
display help for heymp
USAGE
$ heymp help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
heymp wutup [FILE]
describe the command here
USAGE
$ heymp wutup [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/wutup.ts