lein-watch

A Leiningen plugin to watch directories and run tasks automatically.

Leiningen/Boot

[lein-watch "0.0.3"]

Clojure CLI/deps.edn

lein-watch/lein-watch {:mvn/version "0.0.3"}

Gradle

implementation("lein-watch:lein-watch:0.0.3")

Maven

<dependency>
  <groupId>lein-watch</groupId>
  <artifactId>lein-watch</artifactId>
  <version>0.0.3</version>
</dependency>