1.0.0 • Published 7 years ago

noddle v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

noddle

Simple way to open a Node.js REPL with your currnet workspace included.

Setup

noddle is on npm, so go ahead and install it globally:

$ npm install -g noddle

Usage

Super easy to use via a command line:

$ noddle [name]

The "name" option is the variable name the current workspace should be loaded under. If one is not provided, it will load using the module name provided in the package.json (but with hyphens replaced with underscores).