A Leiningen template for creating a Noir project with a complete toolchain including:
- [enlive][enlive]
- [enfocus][enfocus]
- [jayq][jayq]
- [fetch][fetch]
- [lein-cljsbuild][lein-cljsbuild]
- [marginalia][marginalia]
- [html5 boilerplate][html5boilerplate]
Install the plugin with [lein][lein]:
lein plugin install lein-newnew 0.1.2
git clone git://github.com/hhutch/hutch-web.git
cd hutch-web
lein install
lein plugin install hutch-web 0.1.0-SNAPSHOT
To create a new project,
lein new hutch-web my-project
## License
Copyright © 2012 Hunter Hutchinson
Distributed under the Eclipse Public License, the same as Clojure.
[fetch]: https://github.com/ibdknox/fetch "A ClojureScript library for Client/Server interaction"
[jayq]: https://github.com/ibdknox/jayq "A ClojureScript wrapper for jQuery"
[lein]: https://github.com/technomancy/leiningen "Leiningen Clojure Build Tool"
[html5boilerplate]: http://html5boilerplate.com/ "HTML5 Best Practices"
[enlive]: https://github.com/cgrand/enlive "HTML DOM parser for Templating"
[enfocus]: https://github.com/ckirkendall/enfocus "Enlive-like DOM parsing and manipulation in clojurescript"
[lein-cljsbuild]: https://github.com/emezeske/lein-cljsbuild "Automatically compile CLJS files"
[marginalia]: https://github.com/fogus/marginalia "Docco-like inline source documentation"
[hutch-web]: https://github.com/hhutch/hutch-web