noddle
v1.0.0
Published
Simple loading of the current project workspace into a REPL
Readme
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 noddleUsage
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).
