https://github.com/maritz/coffeescript-notify
Coffee-Script notification tool based on coffeescript-growl
https://github.com/maritz/coffeescript-notify
Last synced: 6 months ago
JSON representation
Coffee-Script notification tool based on coffeescript-growl
- Host: GitHub
- URL: https://github.com/maritz/coffeescript-notify
- Owner: maritz
- Created: 2012-08-10T19:33:47.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-15T15:05:04.000Z (almost 14 years ago)
- Last Synced: 2024-04-14T09:07:40.737Z (about 2 years ago)
- Language: CoffeeScript
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
notify-send Coffee-Script tool based on the coffeescript-growl

Usage:
you must install notify-send which is a command line tool for sending messages to desktop env.
use NPM to install:
npm install -g coffeescript-notify
Example:
coffee -r coffeescript-notify --watch --compile ~/sites/my_project/scripts.coffee
This package will work only if you have notify-send
If you are using Mac, you could try the coffeescript-growl