node-nightly-version
v1.0.6
Published
Get the latest node nightly version.
Downloads
778
Maintainers
Readme
node-nightly-version
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