1.5.0 • Published 7 years ago

node-repl-tool v1.5.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Node-REPL-Tool

travis build

A project based auto generated NodeJS REPL tool

How it looks like

How to use / test

  • Step1: npm install node-repl-tool --save-dev
  • Step2: define your .replignore file, just like .gitignore, so node-repl will ignore those path or files
  • Step3: init node-repl-tool
var repl = require('../src/index');
var project_root_path = __dirname
repl.run(project_root_path)

ctrl+c twice or ctrl+d to exit

Roadmap

  • pack it into npm
  • re-register solution
  • add mocha test cases
  • auto register functions
  • identify ignore file
  • show functions registered
  • watch file changes

Testing

npm test