nodev
nodev copied to clipboard
Wrapper for nodemon and node-inspector as a new version nodev
to reproduce: 1. Install nodev locally 2. Run nodev via an npm script 3. send "command + c" to quit 4. press the up arrow At step 4 I'm seeing...
Allow --watch and --ignore CLI arguments from nodemon package Allow --debug or --debug-brk that is needed for node Everything else that is coming before script should trigger an error
Doing ``` $ nodev ``` Starts node process. It should exit with some error message