nitro-cli
v1.2.6
Published
Nitro Digital Command Line Interface
Downloads
2
Readme
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-cli
or
$ yarn global add nitro-cli
Usage
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 _fed
The 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