pet project plugin
$ npm install -g myplugin
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
myplugin/1.0.0 darwin-x64 node-v11.9.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
describe the command here
USAGE
$ oclif-example hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ oclif-example hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts