0.0.55 • Published 1 year ago

@gdnsl/cli-utils v0.0.55

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@gdnsl/cli-utils

oclif Version Downloads/week License

Usage

$ npm install -g @gdnsl/cli-utils
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@gdnsl/cli-utils/0.0.0 linux-x64 node-v14.16.0
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example hello [FILE]

describe the command here

USAGE
  $ oclif-example hello [FILE]

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

EXAMPLE
  $ oclif-example hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts