Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kgn/growlcoffee
Growl notifications for CoffeeScript
https://github.com/kgn/growlcoffee
Last synced: about 1 month 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 12 years ago)
- Default Branch: master
- Last Pushed: 2012-02-25T06:16:52.000Z (over 12 years ago)
- Last Synced: 2024-04-26T23:03:42.434Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Growl notifications for CoffeeScript
![screenshot](https://github.com/kgn/growlcoffee/raw/master/screenshot.png)
## 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).