Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 830 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 830 Bytes

Chloric

DEPRECATED in favour of lein-cl2c

A watcher/compiler for Clojure/Chlorine

Get Chloric

You can build chloric with:

lein uberjar

or download the latest standalone jar file.

Usage

java -jar chloric-{VERSION}-standalone.jar -r 2000 some-dirs-or-files

...or you may prefer drip to java command. A watcher will start and check for changes every 2 seconds.

A bash script named chloric should be even more convenient:

#!/bin/sh
drip -jar {PATH_TO}/chloric-{VERSION}-standalone.jar "$@"

License

Copyright © 2012 Hoang Minh Thang

Distributed under the Eclipse Public License, the same as Clojure.