CLI to build platform in regulated industries
$ npm install -g dencli
$ den COMMAND
running command...
$ den (-v|--version|version)
dencli/0.1.0 darwin-x64 node-v11.15.0
$ den --help [COMMAND]
USAGE
$ den COMMAND
...den hello [FILE]den help [COMMAND]den repo:addboilerplateden repo:addguidelineagentden repo:addservice
describe the command here
USAGE
$ den hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ den hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
display help for den
USAGE
$ den help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Adding repo boilerplate include README.md and repo structure.
USAGE
$ den repo:addboilerplate
EXAMPLE
$ den repo:addboilerplate
See code: src/commands/repo/addboilerplate.ts
adding git guideline agent to repo
USAGE
$ den repo:addguidelineagent
See code: src/commands/repo/addguidelineagent.ts
add a service based on aws lambda
USAGE
$ den repo:addservice
See code: src/commands/repo/addservice.ts
- Nodegit does not install because it needs a lower node version (e.g.
nvm use 11)