An open API service indexing awesome lists of open source software.

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

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:

![notification](docs/example.png)

## Installation

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