README
pinkwaterbottle
Test Publishable Package
Usage
$ npm install -g pinkwaterbottle
$ waterbottle COMMAND
running command...
$ waterbottle (-v|--version|version)
pinkwaterbottle/0.0.0 darwin-x64 node-v10.15.3
$ waterbottle --help [COMMAND]
USAGE
$ waterbottle COMMAND
...
Commands
waterbottle hello [FILE]
describe the command here
USAGE
$ waterbottle hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ waterbottle hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
waterbottle help [COMMAND]
display help for waterbottle
USAGE
$ waterbottle help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
waterbottle hey [FILE]
describe the command here
USAGE
$ waterbottle hey [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/hey.ts