0.1.0 • Published 8 years ago

npm-run-notify v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

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