shellac

Shellac is a Clojure command-line enhancer. It provides the capability to write commands in Clojure, and run them from the command line without incurring the cost of a JVM/Clojure startup each time.

Leiningen/Boot

[shellac "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

shellac/shellac {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("shellac:shellac:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>shellac</groupId>
  <artifactId>shellac</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>