0.0.3 • Published 5 years ago

kotter v0.0.3

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

kotter

oclif Version Downloads/week License

Usage

$ npm install -g kotter
$ kotter COMMAND
running command...
$ kotter (-v|--version|version)
kotter/0.0.01 win32-x64 node-v10.16.0
$ kotter --help [COMMAND]
USAGE
  $ kotter COMMAND
...

Commands

kotter hello [FILE]

describe the command here

USAGE
  $ kotter hello [FILE]

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

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

See code: src\commands\hello.ts

kotter help [COMMAND]

display help for kotter

USAGE
  $ kotter help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help