A leiningen plugin to help create and manage noir projects. It only has a lein-newnew template for creating noir projects at the moment, but it'll eventually have tasks for managing and deploying noir websites.
For lein 2 simply do:
lein new noir my-project-name
For lein 1.*:
lein-noir includes a template for lein-newnew. To use it, you'll need to install lein-newnew
lein plugin install noir/lein-template 1.3.0
lein new noir my-website
Copyright (C) 2011 Chris Granger
Distributed under the Eclipse Public License, the same as Clojure.
Can you improve this documentation? These fine people already did:
Chris Granger & Anthony GrimesEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close