0.5.1 • Published 4 years ago

nok1 v0.5.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

nok1

oclif Version Downloads/week License

Usage

$ npm install -g nok1
$ nok1 COMMAND
running command...
$ nok1 (-v|--version|version)
nok1/0.0.1 darwin-x64 node-v12.19.0
$ nok1 --help [COMMAND]
USAGE
  $ nok1 COMMAND
...

Commands

nok1 hello [FILE]

describe the command here

USAGE
  $ nok1 hello [FILE]

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

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

See code: src/commands/hello.ts

nok1 help [COMMAND]

display help for nok1

USAGE
  $ nok1 help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help