cljx-start/lein-template

A cljx, cljsbuild lein template. Stop fighting with project.clj!

Leiningen/Boot

[cljx-start/lein-template "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

implementation("cljx-start:lein-template:0.1.0-SNAPSHOT")

Maven

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