aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrmckenzie <rmckenzie92@gmail.com>2013-03-13 01:17:33 -0500
committerrmckenzie <rmckenzie92@gmail.com>2013-03-13 01:17:33 -0500
commit1761132b6a3a16102cfe5d2fa940f78827adde96 (patch)
treee5476c126208a943480538d194933ce6ca3f68e5 /README.md
initial state
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e7783ec
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# decomp
+
+Decomp, short for decompose, is a Clojure tool for translating HTML into the
+equivalent Compojure AST. It was developed for refactoring raw or static html
+easily into compojure templating.
+
+## Usage
+
+`java -jar decomp foo.html`
+
+## License
+
+Copyright © 2013 Reid "arrdem" McKenzie
+
+Distributed under the Eclipse Public License, the same as Clojure.