0.1.0 • Published 10 years ago

nr v0.1.0

Weekly downloads
4
License
MIT
Repository
-
Last release
10 years ago

nr

A repl wrapper for node. Pass repl options as flags and get persistent history of commands in the context of the working directory.

Installation

npm install -g nr

Usage

Via nr --help:

  Usage: nr [options]

  Options:

    -h, --help             output usage information
    -V, --version          output the version number
    -r, --root <dir>       directory to store histories
    -g, --global           use global object instead of separate context
    -p, --prompt <string>  the prompt for all I/O
    -n, --no-colors        disable colors
    -t, --no-tty           don't treat ouput stream as tty
    -i, --no-undefined     don't return value of a command if `undefined`

License

MIT