Nif

nif

node --inspect a file and open devtool URL.

nif is for all the lazy folks trying to debug their node script, it runs the node --inspect on the provided file and open the devtool URL chrome-devtools://.

Make sure you have the chrome-cli installed on your machine,before using this moddule.

Get it: npm i -g nif

Sample usage:

1
nif ./to-debug.js

GIF FTW!

nif

Suggest a module

Comments