blob: e7783ec2e17f798928e0bc783a6b368b07bfa191 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.
|