nif
v1.0.2
Published
node --inspect a file and open devtool url in chrome via chrome-cli.
Downloads
12
Readme
nif
node --inspect
a file and open devtool url in chrome via chrome-cli
nif ./myfile
Installation
1. Install chrome-cli
only supports OSX ATM
brew install chrome-cli
2. Install nif
npm install -g nif
Requirements
Node.js v6 or higher.
Why?
I just got tired of copy/pasting the chrome-devtools://
url all the time.
License
MIT