1.2.6 • Published 7 years ago

nitro-cli v1.2.6

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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

License

MIT