Room9 commandline tool to run common developer tasks
$ npm install -g @room9/r9-cli
$ r9 COMMAND
running command...
$ r9 (-v|--version|version)
@room9/r9-cli/0.4.4 linux-x64 node-v8.14.0
$ r9 --help [COMMAND]
USAGE
$ r9 COMMAND
...
Setup needed config for running commands like API keys
USAGE
$ r9 config
See code: src/commands/config.ts
Create a new react-admin project, including the Gitlab project and stable/demo-integration branches
USAGE
$ r9 create-admin
See code: src/commands/create-admin.ts
Create a new twgit feature sourced from Pivotal Tracker
USAGE
$ r9 create-feature
See code: src/commands/create-feature.ts
Create a new Silverstripe project, including the Gitlab project and stable/demo-integration branches, and Dockerfile/.gitlab-ci.yml
USAGE
$ r9 create-silverstripe
See code: src/commands/create-silverstripe.ts
display help for r9
USAGE
$ r9 help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help