This is a cross-platform compatible test for a nodemon bugfix that enables SIGINT on Windows.
See remy/nodemon#1720 for more details.
Clone the nodemon_windows_kill repository to a nice place on your machine via:
git clone git@github.com:countzero/nodemon_windows_kill.git
Navigate into the project directory and install the custom nodemon dependency:
npm install
Start the test application with nodemon via:
npm run watch
Modify the ./index.js
file to trigger the SIGINT POSIX signal.
Start nodemon in verbose mode via:
npm run debug