0.8.8 • Published 8 years ago

nodev v0.8.8

Weekly downloads
4
License
-
Repository
-
Last release
8 years ago

Build Status Dependency Status

Description

Nodev is a wrapper for nodemon and node-inspector. It will automatically start Node.js process in debug mode and start node-inspector attached to it.

Installation

$ sudo npm install -g nodev

Usage

Start with default settings:

$ nodev ./app.js

This will start your script as Node.js application with --debug=7000 option. To start application paused at first line use:

$ nodev --debug-brk ./app.js

This will start your application as if it was executed with --debug-brk=7000 option.

What doesn't work

See full list of open tickets here : https://github.com/akamensky/nodev/issues I'll be happy to accept pull requests closing those tickets.

0.8.8

8 years ago

0.8.7

9 years ago

0.8.6

10 years ago

0.8.5

10 years ago

0.8.4

10 years ago

0.8.3

10 years ago

0.8.2

10 years ago

0.8.1

10 years ago

0.7.3

11 years ago

0.7.2

12 years ago

0.7.1

12 years ago

0.7.0

12 years ago