lein-webrepl

A Leiningen 2.0 plugin providing browser based nREPL interface

Leiningen/Boot

[lein-webrepl "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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