heymptestcli

heymptestcli ============

Usage no npm install needed!

<script type="module">
  import heymptestcli from 'https://cdn.skypack.dev/heymptestcli';
</script>

README

heymptestcli

oclif Version Downloads/week License

Usage

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

Commands

heymptestcli hello [FILE]

describe the command here

USAGE
  $ heymptestcli hello [FILE]

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

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

See code: src/commands/hello.ts

heymptestcli help [COMMAND]

display help for heymptestcli

USAGE
  $ heymptestcli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

heymptestcli wutup [FILE]

describe the command here

USAGE
  $ heymptestcli wutup [FILE]

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

See code: src/commands/wutup.ts