experement/lein-template

A Leiningen template for creating a project that will contain a single file. It pull pull in midje for testing but otherwise leave you with as small a project as possible.

Leiningen/Boot

[experement/lein-template "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

experement/lein-template {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("experement:lein-template:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>experement</groupId>
  <artifactId>lein-template</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>