gitBabel CLI
$ npm install -g gitbabel
$ gitbabel COMMAND
running command...
$ gitbabel (-v|--version|version)
gitbabel/0.0.0 darwin-x64 node-v13.6.0
$ gitbabel --help [COMMAND]
USAGE
$ gitbabel COMMAND
...
creates a copy of gitBabel config in current director
USAGE
$ gitbabel init
OPTIONS
--target (optional) creates config in specified target folder
See code: src/commands/init.ts
display help for gitbabel
USAGE
$ gitbabel help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help