An open API service indexing awesome lists of open source software.

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

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