https://github.com/kgn/growlcoffee
Growl notifications for CoffeeScript
https://github.com/kgn/growlcoffee
Last synced: 3 months ago
JSON representation
Growl notifications for CoffeeScript
- Host: GitHub
- URL: https://github.com/kgn/growlcoffee
- Owner: kgn
- License: mit
- Created: 2012-02-22T08:23:20.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-25T06:16:52.000Z (over 14 years ago)
- Last Synced: 2025-10-03T15:40:32.641Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Growl notifications for CoffeeScript

## Setup
First you'll need to have [Growl](http://growl.info/) and [growlnotify](http://growl.info/extras.php#growlnotify) installed.
Next install `growlcoffee` with [npm](http://npmjs.org/):
npm -g install growlcoffee
Last add `-r growlcoffee` to your `coffee` commands. For example here is the commend to watch and compile the coffeescript files in the current directory:
coffee -r growlcoffee -w -c .
Whenever a file is updated a growl notification will occur letting you know if the compilation was successful or if there was a problem.
## License
growlcoffee is distributed under the [MIT License](https://github.com/kgn/growlcoffee/blob/master/license).