@oclif/example-plugin-js

example dxcli plugin in javascript

Usage no npm install needed!

<script type="module">
  import oclifExamplePluginJs from 'https://cdn.skypack.dev/@oclif/example-plugin-js';
</script>

README

@oclif/example-plugin-js

example dxcli plugin in javascript

oclif Version CircleCI Appveyor CI Codecov Downloads/week License

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