A node cli for frontend
$ npm install -g buu-cli
$ buu COMMAND
running command...
$ buu (-v|--version|version)
buu-cli/0.0.0 win32-x64 node-v14.16.1
$ buu --help [COMMAND]
USAGE
$ buu COMMAND
...
buu add TEMPLATE-NAME GIT-REPO-ADDRESS
buu create [FILE]
buu delete [FILE]
buu help [COMMAND]
buu list
describe the command here
USAGE
$ buu add TEMPLATE-NAME GIT-REPO-ADDRESS
OPTIONS
-h, --help show CLI help
See code: src/commands/add.ts
describe the command here
USAGE
$ buu create [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/create.ts
describe the command here
USAGE
$ buu delete [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/delete.ts
display help for buu
USAGE
$ buu help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
list all available project template
USAGE
$ buu list
OPTIONS
-h, --help show CLI help
See code: src/commands/list.ts