0.0.1 • Published 4 years ago

test-hsueh v0.0.1

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

test-hsueh

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g test-hsueh
$ test-hsueh COMMAND
running command...
$ test-hsueh (-v|--version|version)
test-hsueh/0.0.1 darwin-x64 node-v10.16.3
$ test-hsueh --help [COMMAND]
USAGE
  $ test-hsueh COMMAND
...

Commands

test-hsueh hello [FILE]

describe the command here

USAGE
  $ test-hsueh hello [FILE]

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

EXAMPLE
  $ test-hsueh hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

test-hsueh help [COMMAND]

display help for test-hsueh

USAGE
  $ test-hsueh help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

0.0.1

4 years ago