0.0.0 • Published 4 years ago

@ianzy/nyx v0.0.0

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

@ianzy/nyx

Command line tool for easy development

oclif Version Downloads/week License

Usage

$ npm install -g @ianzy/nyx
$ nyx COMMAND
running command...
$ nyx (-v|--version|version)
@ianzy/nyx/0.0.0 darwin-x64 node-v12.10.0
$ nyx --help [COMMAND]
USAGE
  $ nyx COMMAND
...

Commands

nyx hello [FILE]

describe the command here

USAGE
  $ nyx hello [FILE]

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

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

See code: src/commands/hello.ts

nyx help [COMMAND]

display help for nyx

USAGE
  $ nyx help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help