forked from Doist/coffee-watcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
23 lines (17 loc) · 1.25 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
_____ _____ __ .__
____ ____ _/ ____\_/ ____\ ____ ____ __ _ _______ _/ |_ ____ | |__ ____ _______
_/ ___\ / _ \\ __\ \ __\_/ __ \_/ __ \ ______\ \/ \/ /\__ \ \ __\_/ ___\ | | \ _/ __ \\_ __ \
\ \___( <_> )| | | | \ ___/\ ___//_____/ \ / / __ \_| | \ \___ | 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/