1.0.0 • Published 5 years ago

ces-cli v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

ces-cli

CES internal node kick starter and related cli commands

oclif Version Downloads/week License

Usage

$ npm install -g ces-cli
$ ces-cli COMMAND
running command...
$ ces-cli (-v|--version|version)
ces-cli/0.3.0 linux-x64 node-v12.5.0
$ ces-cli --help [COMMAND]
USAGE
  $ ces-cli COMMAND
...

Commands

ces-cli help [COMMAND]

display help for ces-cli

USAGE
  $ ces-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ces-cli init [PROJECT-NAME]

initialize the node clean architecture boilerplate with typeorm|mongoose

USAGE
  $ ces-cli init [PROJECT-NAME]

OPTIONS
  -h, --help  show CLI help

See code: src/commands/init.ts