npm-script-signal

2.0.0 • Public • Published

npm-script-signal Build Status Greenkeeper badge

npm script wrapper that passes through signals

Install

$ npm install --save npm-script-signal

Usage

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-script

License

MIT © Ben Drucker

Package Sidebar

Install

npm i npm-script-signal

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

7.18 kB

Total Files

6

Last publish

Collaborators

  • bendrucker