Skip to content

nelsonsilva/coffeescript-growl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Growl Notifications for the Node.js CoffeeScript complier!

Super simple growl notifications for use with the Node.js Coffeecript Compiler. No more watching the terminal to see if things compiled correctly :)

To install:

First you must install growlnotify which is a command line tool for sending growl messages.

Second use NPM to install:

npm install coffeescript-growl

Finally pop in `cofeescript-growl` as a required when compliling. Works great with --watch and --compile

Example:

coffee -r coffeescript-growl --watch --compile ~/sites/my_project/scripts.coffee

About

Growl notifications for the Node.js CoffeeScript Compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published