Leiningen template for creating apps with compojure-api.
Create a new compojure api project with Leiningen.
lein new compojure-api <project-name>
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
Copyright © 2014-2017 Metosin Oy
Distributed under the Eclipse Public License, the same as Clojure