node-nightly-version
Get the latest node nightly version.
Last updated 10 years ago by hemanth .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install node-nightly-version 
SYNC missed versions from official npm registry.

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

Current Tags

  • 1.0.6                                ...           latest (10 years ago)

7 Versions

  • 1.0.6                                ...           10 years ago
  • 1.0.5                                ...           10 years ago
  • 1.0.4                                ...           10 years ago
  • 1.0.3                                ...           10 years ago
  • 1.0.2                                ...           10 years ago
  • 1.0.1                                ...           10 years ago
  • 1.0.0                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (3)
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |