@anycli/example-plugin-js

example dxcli plugin in javascript


Keywords
anycli-plugin
License
MIT
Install
npm install @anycli/example-plugin-js@0.8.7

Documentation

@oclif/example-plugin-js

example dxcli plugin in javascript

oclif Version CircleCI Appveyor CI 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-v15.11.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