lein-watcher

Watchs files in a directory and executes them on change dumping the results into a new file in a target directory.

Leiningen/Boot

[lein-watcher "0.2.2"]

Clojure CLI/deps.edn

lein-watcher/lein-watcher {:mvn/version "0.2.2"}

Gradle

implementation("lein-watcher:lein-watcher:0.2.2")

Maven

<dependency>
  <groupId>lein-watcher</groupId>
  <artifactId>lein-watcher</artifactId>
  <version>0.2.2</version>
</dependency>