nitrogen-cli
v0.2.17
Published
[![Build Status](https://travis-ci.org/irjudson/cli.svg?branch=filestore)](https://travis-ci.org/irjudson/cli)
Downloads
11
Readme
Nitrogen Command Line Interface
Provides a command line interface to the Nitrogen service.
Getting Started
> npm install -g nitrogen-cli
The Nitrogen command line tool will then be available via n2
:
> n2 help
Nitrogen Project
The Nitrogen project is housed in a set of GitHub projects:
- service: Core platform responsible for managing principals, security, and messaging.
- client: JavaScript client library for building Nitrogen devices and applications.
- admin: Web admin tool for working with the Nitrogen service.
- device: Device principals for common pieces of hardware.
- commands: CommandManagers and schemas for well known command types.
- cli: Command line interface for working with the Nitrogen service.
- reactor: Always-on hosted application execution platform.
- apps: Project maintained Nitrogen applications.