Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 530 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 530 Bytes

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.