eb-scripts
A CLI and scripts used at Echobind

Usage
$ npm install -g eb-scripts
$ eb-scripts COMMAND
running command...
$ eb-scripts (-v|--version|version)
eb-scripts/1.0.0 linux-x64 node-v13.0.1
$ eb-scripts --help [COMMAND]
USAGE
$ eb-scripts COMMAND
...
Commands
eb-scripts generate [COMPONENT NAME]
generates new files
USAGE
$ eb-scripts generate [COMPONENT NAME]
OPTIONS
-h, --help show CLI help
-n, --name=name name to print
-t, --template=template template to use
EXAMPLE
$ eb-scripts generate -t react-component -n MyNewComponent
Loaded templates: _templates
added: src/MyNewComponent.js
See code: src/commands/generate.ts
eb-scripts help [COMMAND]
display help for eb-scripts
USAGE
$ eb-scripts help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help