clubhouse-git
v0.0.0
Published
clubhouse-git =============
Downloads
4
Readme
clubhouse-git
Usage
$ npm install -g clubhouse-git
$ chgit COMMAND
running command...
$ chgit (-v|--version|version)
clubhouse-git/0.0.0 linux-x64 node-v12.16.2
$ chgit --help [COMMAND]
USAGE
$ chgit COMMAND
...
Commands
chgit hello [FILE]
describe the command here
USAGE
$ chgit hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ chgit hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
chgit help [COMMAND]
display help for chgit
USAGE
$ chgit help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help