Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 309 Bytes

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

snit

shell script using nodemon + nit to reload on change