Last active
November 4, 2016 18:48
-
-
Save RyanQuackenbush/d339f325ca857f773da5f0298d8967a8 to your computer and use it in GitHub Desktop.
[CLI] Run Node Inspector & Open Chrome to Debugger
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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