Package Exports
- notify-error
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (notify-error) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
notify-error
Shows a desktop notification for an error message.
Example with standard:
standard | notify-error
Result on lint error:

Install
npm install notify-error -g
Examples
# with args
notify-error 'Syntax Error!'
# with stdin
cat README.md | notify-error
Usage
CLI
Usage:
notify-error [message]
cat ./message.txt | notify-error
If no message is specified, no alert will be shown.
The CLI will also print the error message to stdout
.
API
notify(msg)
Alerts with the specified msg
string.
License
MIT, see LICENSE.md for details.