Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

Awesome Lists containing this project

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)