com.gfredericks.forks.com.palletops/lein-shorthand

Temporary forked version of 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.gfredericks.forks.com.palletops/lein-shorthand "0.4.1-1e93384"]

Clojure CLI/deps.edn

com.gfredericks.forks.com.palletops/lein-shorthand {:mvn/version "0.4.1-1e93384"}

Gradle

implementation("com.gfredericks.forks.com.palletops:lein-shorthand:0.4.1-1e93384")

Maven

<dependency>
  <groupId>com.gfredericks.forks.com.palletops</groupId>
  <artifactId>lein-shorthand</artifactId>
  <version>0.4.1-1e93384</version>
</dependency>