0.1.0 • Published 5 years ago

@tilliwilli/wu-cli v0.1.0

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

wu-cli

wu command executer

oclif Version Downloads/week License

Usage

$ npm install -g wu-cli
$ wu COMMAND
running command...
$ wu (-v|--version|version)
wu-cli/0.1.0 win32-x64 node-v11.10.0
$ wu --help [COMMAND]
USAGE
  $ wu COMMAND
...

Commands

wu good [FILE]

describe the command here

USAGE
  $ wu good [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src\commands\good.ts

wu hello [FILE]

describe the command here

USAGE
  $ wu hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ wu hello
  hello world from ./src/hello.ts!

See code: src\commands\hello.ts

wu help [COMMAND]

display help for wu

USAGE
  $ wu help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

wu repo [FILE]

describe the command here

USAGE
  $ wu repo [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src\commands\repo.ts