0.0.15 • Published 8 years ago

nit-tool v0.0.15

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

nit

node command line tool to load node module in interactive repl

lets you repl inside a module environment

usage

nit filename load filename into repl environment

nit load index.js or cwd.js into repl environment

target module can detect if running inside the repl environment

var debug=module.id==="repl";
//...
if (debug) {
  //code to run when running in repl
}

snit

shell script using nodemon + nit to reload on change

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.1

8 years ago