Liking cljdoc? Tell your friends :D

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.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close