Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sidorares/ni
script to simplify node-inspector debugger workflow
https://github.com/sidorares/ni
Last synced: 21 days ago
JSON representation
script to simplify node-inspector debugger workflow
- Host: GitHub
- URL: https://github.com/sidorares/ni
- Owner: sidorares
- License: mit
- Created: 2013-11-18T01:35:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T05:47:27.000Z (over 7 years ago)
- Last Synced: 2024-10-11T17:45:03.069Z (about 1 month ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 14
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ni
==script to simplify node-inspector debugger workflow. Does [this](https://github.com/node-inspector/node-inspector#enable-debug-mode) and [this steps](https://github.com/node-inspector/node-inspector#debugging) for you by spawning node with debugger agent,
node-inspector server and browser with UI (using [browser-launcher](https://github.com/substack/browser-launcher))Installation
============npm install -g ni
Usage
=====
ni script-to-debug.js
TODO
====
- handle automatically coffe-script and mocha
- command line switches
- attach to pid