@mrgalaxy/furied

1.1.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @mrgalaxy/furied

Weekly Downloads

1

Version

1.1.3

License

MIT

Last publish

Collaborators

  • mrgalaxy