/compojure-api-template

Compojure Api Template

Primary LanguageClojure

compojure-api

Leiningen template for creating apps with compojure-api.

Usage

Create a new compojure api project with Leiningen.

lein new compojure-api <project-name>

Add tests to the project

You can add tests to the project that is generated by including options in the lein new command. The project can be set up with either clojure.test or midje by including one of the following options.

lein new compojure-api <project-name> +clojure-test
lein new compojure-api <project-name> +midje

License

Copyright © 2014-2017 Metosin Oy

Distributed under the Eclipse Public License, the same as Clojure