com.palletops/lein-shorthand

A leiningen plugin to create clojure namespaces with short names, so you can easily call utility functions in the REPL using fully qualified symbols.

Leiningen/Boot

[com.palletops/lein-shorthand "0.4.0"]

Clojure CLI/deps.edn

com.palletops/lein-shorthand {:mvn/version "0.4.0"}

Gradle

implementation("com.palletops:lein-shorthand:0.4.0")

Maven

<dependency>
  <groupId>com.palletops</groupId>
  <artifactId>lein-shorthand</artifactId>
  <version>0.4.0</version>
</dependency>