Liking cljdoc? Tell your friends :D

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

Can you improve this documentation? These fine people already did:
Miikka Koskinen, Juho Teperi, JarrodCTaylor & Tommi Reiman
Edit on GitHub

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

× close