A Leiningen template for projects using Compojure to build Web API.
Add the following plugin to ~/.lein/profiles.clj
:
{:user {:plugins [[compojure-webapi-template "0.0.1"]]}}
Run the following command to create a new Compojure Web API project:
lein new compojure-webapi <your project name>
Copyright © 2012 Leandro Silva (CødeZøne)
Distributed under the Eclipse Public License, the same as Clojure.