0.0.15 • Published 10 years ago

nit-tool v0.0.15

Weekly downloads
5
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.1

10 years ago