Skip to content

dedoyle/buu-cli

Repository files navigation

buu-cli

A node cli for frontend

oclif Version Downloads/week License

Usage

$ 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
...

Commands

buu add TEMPLATE-NAME GIT-REPO-ADDRESS

describe the command here

USAGE
  $ buu add TEMPLATE-NAME GIT-REPO-ADDRESS

OPTIONS
  -h, --help  show CLI help

See code: src/commands/add.ts

buu create [FILE]

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

buu delete [FILE]

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

buu help [COMMAND]

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

buu list

list all available project template

USAGE
  $ buu list

OPTIONS
  -h, --help  show CLI help

See code: src/commands/list.ts

About

a frontend node cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published