lein-autoexpect

Automatically run expecations when a source file changes

Leiningen/Boot

[lein-autoexpect "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

lein-autoexpect/lein-autoexpect {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("lein-autoexpect:lein-autoexpect:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>lein-autoexpect</groupId>
  <artifactId>lein-autoexpect</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>