Nif
nif
node --inspecta 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
| |
GIF FTW!
