1.2.6 • Published 9 years ago
nitro-cli v1.2.6
A simple CLI for scaffolding Nitro Digital projects.
Installation
Prerequisites: Node.js (>=4.x, 6.x preferred), npm version 3+ and Git.
$ npm i -g nitro-clior
$ yarn global add nitro-cliUsage
After installation you must add Personal token to configuration.
$ nitro-cli token <api-token>Generate project files.
$ nitro-cli init <project-folder>Example:
$ nitro-cli init _fedThe above command pulls the template from GitLab, prompts for some information, and generates the project at ./_fed/.
Official Templates
Current available templates:
- iRep Starter
- FED Starter