Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thlorenz/nif
node --inspect a file and open devtool url in chrome via chrome-cli.
https://github.com/thlorenz/nif
Last synced: about 2 months ago
JSON representation
node --inspect a file and open devtool url in chrome via chrome-cli.
- Host: GitHub
- URL: https://github.com/thlorenz/nif
- Owner: thlorenz
- License: mit
- Created: 2017-01-16T22:36:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T17:29:30.000Z (over 6 years ago)
- Last Synced: 2024-10-28T11:54:11.016Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://github.com/thlorenz/nif
- Size: 304 KB
- Stars: 60
- Watchers: 3
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nif
`node --inspect` a file and open devtool url in chrome via [chrome-cli](https://github.com/prasmussen/chrome-cli)
```sh
nif ./myfile
```![assets/nif.gif](assets/nif.gif)
## 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