npm-run-notify

0.1.0 • Public • Published

Send OS X terminal notifications from your NPM run scripts:

"watch": "npm-run-all compile notify",
"compile": "false", // <- insert your own compile step here
"notify": "npm-run-notify --message 'Build complete' --title 'NPM'"

and receive OS X notifications when your 'compile' step finishes:

notification

Installation

npm install --save-dev npm-run-notify

Package Sidebar

Install

npm i npm-run-notify

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • doches