0.1.0 • Published 5 years ago

dencli v0.1.0

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

dencli

CLI to build platform in regulated industries

oclif Version CircleCI Downloads/week License

Usage

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

Commands

den hello [FILE]

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

den help [COMMAND]

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

den repo:addboilerplate

Adding repo boilerplate include README.md and repo structure.

USAGE
  $ den repo:addboilerplate

EXAMPLE
  $ den repo:addboilerplate

See code: src/commands/repo/addboilerplate.ts

den repo:addguidelineagent

adding git guideline agent to repo

USAGE
  $ den repo:addguidelineagent

See code: src/commands/repo/addguidelineagent.ts

den repo:addservice

add a service based on aws lambda

USAGE
  $ den repo:addservice

See code: src/commands/repo/addservice.ts

Common Errors

  • Nodegit does not install because it needs a lower node version (e.g. nvm use 11)