Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 687 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 687 Bytes

lein-noir

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.

Usage

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

License

Copyright (C) 2011 Chris Granger

Distributed under the Eclipse Public License, the same as Clojure.