@oclif/example-plugin-js
v1.10.6
Published
example dxcli plugin in javascript
Downloads
374
Keywords
Readme
@oclif/example-plugin-js
example dxcli plugin in javascript
Usage
$ 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 hello
Describe the command here
USAGE
$ oclif-example hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/hello.js