1.0.1 • Published 10 years ago
furied v1.0.1
furied
Publish private npm packages easily on gemfury.
Global
npm i -g furiedThen on your project folder
furied <user> <key>Or if you set the environment vars GEMFURY_API_KEY and GEMFURY_USER;
furieddone!
Local
npm i -D furied
on your package.json
{
"scripts": {
"private-publish": "furied <user> <key>"
}
}Then npm run private-publish. In a case that you want it right after npm version <type>:
{
"scripts": {
"postversion": "furied <user> <key>"
}
}Requirements
It's written in ECMA 2015 without transpilers. Node.js 4+
MIT License (c) Helder Santana