com.gfredericks/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.gfredericks/lein-shorthand "0.4.1"]

Clojure CLI/deps.edn

com.gfredericks/lein-shorthand {:mvn/version "0.4.1"}

Gradle

implementation("com.gfredericks:lein-shorthand:0.4.1")

Maven

<dependency>
  <groupId>com.gfredericks</groupId>
  <artifactId>lein-shorthand</artifactId>
  <version>0.4.1</version>
</dependency>