countzero / nodemon_windows_kill

A test for a nodemon bugfix that enables SIGINT on Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodemon + windows-kill

This is a cross-platform compatible test for a nodemon bugfix that enables SIGINT on Windows.

See remy/nodemon#1720 for more details.

Installation

Clone

Clone the nodemon_windows_kill repository to a nice place on your machine via:

git clone git@github.com:countzero/nodemon_windows_kill.git

Install nodemon dependency

Navigate into the project directory and install the custom nodemon dependency:

npm install

Usage

Start nodemon

Start the test application with nodemon via:

npm run watch

Modify application

Modify the ./index.js file to trigger the SIGINT POSIX signal.

Debug

Start nodemon in verbose mode via:

npm run debug

About

A test for a nodemon bugfix that enables SIGINT on Windows.


Languages

Language:JavaScript 99.5%Language:Shell 0.5%