forked from Doist/coffee-watcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Page-/coffee-watcher
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
_____ _____ __ .__ ____ ____ _/ ____\_/ ____\ ____ ____ __ _ _______ _/ |_ ____ | |__ ____ _______ _/ ___\ / _ \\ __\ \ __\_/ __ \_/ __ \ ______\ \/ \/ /\__ \ \ __\_/ ___\ | | \ _/ __ \\_ __ \ \ \___( <_> )| | | | \ ___/\ ___//_____/ \ / / __ \_| | \ \___ | Y \\ ___/ | | \/ \___ >\____/ |__| |__| \___ >\___ > \/\_/ (____ /|__| \___ >|___| / \___ >|__| \/ \/ \/ \/ \/ \/ \/ coffee-watcher is a script that can watch a directory and recompile your .coffee scripts if they change. It's very useful for development - you basically don't need to think about recompiling your CoffeeScript files. It searches in a recursive manner so sub-directories are handled as well. To install coffee-watcher via npm simply do: $ sudo npm install coffee-watcher To use coffee-watcher simply do: $ coffee-watcher or $ coffee-watcher ~/Desktop/my_dir For more info read the documentation: http://amix.github.com/coffee-watcher/
About
A script that can watch a directory and recompile CoffeeScript scripts if they change
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- CoffeeScript 93.6%
- JavaScript 6.4%