orb / compojure-template

Compojure project template for Leiningen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compojure-Template

A Leiningen template for projects using Compojure.

Installation

If you're using Leiningen 1, you'll need to install the following plugins:

lein plugin install lein-newnew 0.2.6
lein plugin install compojure/lein-template 0.3.6

If you're using Leiningen 2, you don't have to do anything; the template will be automatically downloaded and installed when you first run the command.

Usage

Run the following command to create a new Compojure project:

lein new compojure <your project name>

License

Copyright © 2013 James Reeves

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

About

Compojure project template for Leiningen