1.0.1 • Published 8 years ago

furied v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

furied

Publish private npm packages easily on gemfury.

Global

npm i -g furied

Then on your project folder

furied <user> <key>

Or if you set the environment vars GEMFURY_API_KEY and GEMFURY_USER;

furied

done!

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