node-prep
v0.0.19
Published
Install, require a module and start the node REPL. For quickly testing modules.
Readme
Node Prep
This is a very simple module that allows you to start a node REPL with previously required packages. For quickly trying packages.

Installation
Install the command globally by using
npm install -g node-prepUsage
Use with as many modules as you want:
node-prep module1 module2 module3 Contributing
Please issue a pull request. There are some open issues which you can address. Thank you!
License
MIT
Changelog
- 0.0.19: Adds a pending test
- 0.0.18: Adds back user notices and clears before starting
- 0.0.17: Finalizes first test and gives room for more options
- 0.0.16: Optimizes test structure
- 0.0.15: Adds Object.assign. Closes #7.
- 0.0.14: Adds first test
- 0.0.13: Sets up a callback structure for better testing
- 0.0.12: Adds pending tests
- 0.0.11: Separates into base module and binary, to give room for testing
- 0.0.10: Installs to the OS' tmp directory. It doesn't need uninstalling anymore. Fixes #3.
