Skip to content

countzero/nodemon_windows_kill

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published