Run commands when files or directories change!
lein jar
Download from https://github.com/bivory/watch-do
$ java -jar watch-do-0.1.0.jar [args]
--watch <file.clj> A file that contains the groups of files to watch and the associated commands to run when a file is modified. The file should have the following format: [{:cmd "command" :cmd-opts ["opt1" "opt2"] :files ["file1" "file2" ...]} ...]
$ java -jar watch-do-0.1.0.jar --watch example.clj
Copyright © 2013 Bryan Ivory
Distributed under the Eclipse Public License, the same as Clojure.