nodecg / nodecg-cli

NodeCG's command line interface. https://github.com/nodecg/nodecg
13 stars 9 forks source link

nodecg-cli

NodeCG's command line interface.

CI Coverage Status

❗ WARNING: As of NodeCG v2, nodecg-cli versions earlier than v8.6.1 are no longer supported and will fail to install NodeCG v2 or greater. Please upgrade your installation of nodecg-cli by running npm install -g nodecg-cli@latest.

Installation

First, make sure you have git installed, and that it is in your PATH. Then, install bower, which may be used to install bundles' dependencies:

npm install -g bower

Once those are installed, you may install nodecg-cli via npm:

npm install -g nodecg-cli

Installing nodecg-cli does not install NodeCG. To install an instance of NodeCG, use the setup command in an empty directory:

mkdir nodecg
cd nodecg
nodecg setup

Usage

Special Thanks

This CLI program is based on Tim Santeford's commander.js starter.