npm-orchestrate
v0.1.0
Published
Sync the NPM registry's metadata with Orchestrate
Downloads
18
Readme
NPM Orchestrate

Replicate NPM's metadata into an Orchestrate collection.
Install
sudo npm install -g npm-orchestrateUsage
export ORCHESTRATE_API_KEY=YOUR_API_KEY
npm-orchestrateDeploy to Heroku
git clone [repo]
cd npm-orchestrate
heroku create
heroku config:set ORCHESTRATE_API_KEY=YOUR_API_KEY
git push heroku masterTests
The tests require a valid API key to run. To set it, do this:
export ORCHESTRATE_API_KEY=YOUR_API_KEYThen, run the tests:
npm testLicense
ISC, yo.
