Skip to content

leiningen-newnew based plugin to generate a standard toolchain for clojure websites based on enlive, noir, and ibdknox's CLJS libraries

Notifications You must be signed in to change notification settings

hhutch/hutch-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hutch-web

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]

Usage

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 

About

leiningen-newnew based plugin to generate a standard toolchain for clojure websites based on enlive, noir, and ibdknox's CLJS libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published