Upload to clojars

This commit is contained in:
Dan Holmsand 2013-12-19 14:06:49 +01:00
parent 2c9162271e
commit 9b3f188e91
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
target
pom.xml
.lein-repl-history
pom.xml.asc

View File

@ -5,6 +5,10 @@ A simple [ClojureScript](http://github.com/clojure/clojurescript) interface to [
Cloact provides a way to write efficient React components using (almost) nothing but plain ClojureScript functions.
To use Cloact you just add this to your `project.clj`:
[cloact "0.0.3"]
## Examples