example dxcli plugin in javascript
npm install @oclif/example-plugin-js@oclif/example-plugin-js
========================
example dxcli plugin in javascript







sh-session
$ npm install -g @oclif/example-plugin-js
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@oclif/example-plugin-js/1.10.6 linux-x64 node-v10.10.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
`
Commands
* oclif-example hellooclif-example helloDescribe the command here
`
USAGE
$ oclif-example helloOPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
``_See code: src/commands/hello.js_