0.1.0 • Published 5 years ago

wi5cli v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

wi5cli

create order and pay code base

oclif Version Downloads/week License

Usage

$ npm install -g wi5cli
$ wi5 COMMAND
running command...
$ wi5 (-v|--version|version)
wi5cli/0.0.0 darwin-x64 node-v11.8.0
$ wi5 --help [COMMAND]
USAGE
  $ wi5 COMMAND
...

Commands

wi5 create

Describe the command here

USAGE
  $ wi5 create

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/create.js

wi5 generate:create

USAGE
  $ wi5 generate:create

OPTIONS
  --name=name  Target destination for the generator command

See code: src/commands/generate/create.js

wi5 hello

Describe the command here

USAGE
  $ wi5 hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

wi5 help [COMMAND]

display help for wi5

USAGE
  $ wi5 help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help