trrb-cli

CLI for automating common tasks in typescript-react-redux-boilerplate projects

Usage no npm install needed!

<script type="module">
  import trrbCli from 'https://cdn.skypack.dev/trrb-cli';
</script>

README

trrb-cli npm version

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.

Credits