An open API service indexing awesome lists of open source software.

https://github.com/phronmophobic/pushtoy-template


https://github.com/phronmophobic/pushtoy-template

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# pushtoy-Template

A Leiningen template for projects using [Compojure][1].

[1]: http://compojure.org

## 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 pushtoy/lein-template 0.3.2

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 pushtoy

## License

Copyright © 2013 James Reeves

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