Skip to content

Instantly share code, notes, and snippets.

@RyanQuackenbush
Last active November 4, 2016 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RyanQuackenbush/d339f325ca857f773da5f0298d8967a8 to your computer and use it in GitHub Desktop.
Save RyanQuackenbush/d339f325ca857f773da5f0298d8967a8 to your computer and use it in GitHub Desktop.
[CLI] Run Node Inspector & Open Chrome to Debugger
alias ni="chrome '127.0.0.1:8081/debug?port=5858' && node-inspector --web-port=8081"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment