README
trrb-cli
How to Install
npm install -g trrb-cli
Usage:
trrb new <project-name>
Initializes a new project in the specified directory. Clones the latest version of the master branch of typescript-react-redux-boilerplate, does common maintenance tasks and installs dependencies.
trrb generate <schematic> <name>
Initializes a new schematic based on a predefined template and supplied arguments.
For more information about available commands and arguments run trrb --help
.