https://github.com/doches/npm-run-notify
Send OS X notifications from NPM scripts
https://github.com/doches/npm-run-notify
Last synced: about 1 year ago
JSON representation
Send OS X notifications from NPM scripts
- Host: GitHub
- URL: https://github.com/doches/npm-run-notify
- Owner: doches
- License: mit
- Created: 2016-10-26T11:49:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T11:51:57.000Z (over 9 years ago)
- Last Synced: 2025-04-03T10:44:31.504Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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:

## Installation
```
npm install --save-dev npm-run-notify
```