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.3.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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