npm-script-signal
v2.0.0
Published
npm script wrapper that passes through signals
Maintainers
Readme
npm-script-signal

npm script wrapper that passes through signals
Install
$ npm install --save npm-script-signalUsage
Anywhere when you might normally call npm, instead call the npm-script-signal executable. npm will forward only SIGTERM signals to scripts (as of 3.8.1).
# lifecycle scripts
npm-script-signal start
# arbitrary scripts
npm-script-signal run my-scriptLicense
MIT © Ben Drucker
