/compojure-webapi-template

Compojure project template for Leiningen to build Web API (WIP – It doesn't work yet)

Primary LanguageClojure

Compojure Web API Template

A Leiningen template for projects using Compojure to build Web API.

Installation

Add the following plugin to ~/.lein/profiles.clj:

{:user {:plugins [[compojure-webapi-template "0.0.1"]]}}

Usage

Run the following command to create a new Compojure Web API project:

lein new compojure-webapi <your project name>

License

Copyright © 2012 Leandro Silva (CødeZøne)

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