Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hemanth/node-nightly
node-nightly at your fingertips!
https://github.com/hemanth/node-nightly
nightly node
Last synced: 19 days ago
JSON representation
node-nightly at your fingertips!
- Host: GitHub
- URL: https://github.com/hemanth/node-nightly
- Owner: hemanth
- License: mit
- Created: 2016-06-25T15:02:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T23:25:29.000Z (about 2 months ago)
- Last Synced: 2024-10-12T02:31:32.907Z (23 days ago)
- Topics: nightly, node
- Language: JavaScript
- Homepage: https://git.io/node-nightly
- Size: 336 KB
- Stars: 233
- Watchers: 7
- Forks: 20
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
- Changelog: History.md
- License: license
Awesome Lists containing this project
- awesome-github-star - node-nightly - nightly at your fingertips! | hemanth | 234 | (JavaScript)
README
# node-nightly [![Build Status](https://travis-ci.org/hemanth/node-nightly.svg?branch=master)](https://travis-ci.org/hemanth/node-nightly)
## Install
```
$ npm install --global node-nightly
```## Usage
__For the first time:__
```sh
$ node-nightly
Downloading the nightly version, hang on...node-nightly is available on CLI!
```__And then:__
```sh
$ node-nightly --inspect --debug-brk index.js
Debugger listening on port 9229.
To start debugging, open the following URL in Chrome:
chrome-devtools://devtools/remote/serve_file/@521e5b7e2b7cc66b4006a8a54cb9c4e57494a5ef/inspector.html?experiments=true&v8only=true&ws=localhost:9229/node
Debugger attached.
Waiting for the debugger to disconnect...
```## Additional commands
1. `node-nightly --version {version}` Install a specific nightly. This is useful if the nightly is broken.
2. `node-nightly --upgrade` Install the latest nightly__GIF FTW!__
![node-nightly](./node-nightly.gif)
## License
MIT © [Hemanth.HM](https://h3manth.com)