node-nightly-version

1.0.6 • Public • Published

node-nightly-version Build Status

Get the latest node nightly version.

Install

$ npm install --save node-nightly-version

Usage

nodeNightlyVersion()
.then(console.log) // Latest version for your OS.
.catch(console.error);

CLI

$ npm install --global node-nightly-version
$ node-nightly-version --help

  Get the node nightly version.

  Usage
    $ node-nightly-version
    v7.0.0-nightly20160621ecc48a154d

P.S: If process.env.NODEJS_ORG_NIGHTLY_MIRROR is set, it shall pick-up that URL.

License

MIT © Hemanth.HM

Package Sidebar

Install

npm i node-nightly-version

Weekly Downloads

412

Version

1.0.6

License

MIT

Last publish

Collaborators

  • hemanth