New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nitro-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nitro-cli

Nitro Digital Command Line Interface

latest
Source
npmnpm
Version
1.2.6
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 21 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts