1.0.0 • Published 6 years ago

my-first-oclif-plugin v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

my-first-oclif-plugin

a test plugin

oclif Version Appveyor CI Downloads/week License

Usage

$ npm install -g my-first-oclif-plugin
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
my-first-oclif-plugin/1.0.0 darwin-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