com.2tothe8th/example

Add example fn calls to your code and generate tests from those examples.

Leiningen/Boot

[com.2tothe8th/example "0.5.0+repl"]

Clojure CLI/deps.edn

com.2tothe8th/example {:mvn/version "0.5.0+repl"}

Gradle

implementation("com.2tothe8th:example:0.5.0+repl")

Maven

<dependency>
  <groupId>com.2tothe8th</groupId>
  <artifactId>example</artifactId>
  <version>0.5.0+repl</version>
</dependency>