npm-orchestrate
v0.1.0
Published
Sync the NPM registry's metadata with Orchestrate
Downloads
4
Readme
NPM Orchestrate
Replicate NPM's metadata into an Orchestrate collection.
Install
sudo npm install -g npm-orchestrate
Usage
export ORCHESTRATE_API_KEY=YOUR_API_KEY
npm-orchestrate
Deploy to Heroku
git clone [repo]
cd npm-orchestrate
heroku create
heroku config:set ORCHESTRATE_API_KEY=YOUR_API_KEY
git push heroku master
Tests
The tests require a valid API key to run. To set it, do this:
export ORCHESTRATE_API_KEY=YOUR_API_KEY
Then, run the tests:
npm test
License
ISC, yo.