A convenient node repl with history
npm install nrA repl wrapper for node. Pass repl options as flags and get persistent
history of commands in the context of the working directory.
``sh`
npm install -g nr
Via nr --help:
`sh
Usage: nr [options]
Options:
-h, --help output usage information
-V, --version output the version number
-r, --root
``MIT