0.7.1 • Published 1 year ago

node-nw v0.7.1

Weekly downloads
24
License
MIT
Repository
github
Last release
1 year ago

node-nw

node-nw is a binary that imitates Node.js's script and repl interface using NW.js.

It's (almost) a drop-in replacement for the node binary that runs in NW.js's background window (giving you access to browser APIs, and the ability to open more windows). However, there are some caveats:

  • It doesn't support all of the flags that the node binary does, but it supports enough to run code or a repl with
  • Unlike node, it can't tell when you're done executing code based on if there's no listeners/timers running, so you need to call process.exit() manually when you're done.

Usage

Usage: node-nw [options] [ -e script | script.js ] [arguments]

Options:
  -v, --version         print node-nw version
  -h, --help            show this help text
  -e, --eval script     evaluate script
  -i, --interactive     enter REPL

License

MIT

0.7.1

1 year ago

0.7.0

1 year ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

6 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago