← Home

Clojure Pills

10 August, 2024

Verses

Practicalli's Clojure CLI Config

Saturday, 10 Aug 2024

Simplify our precious live with Practicalli's Practicalli Clojure CLI Config

cd ~
mv .clojure .clojure__backup
git clone https://github.com/practicalli/clojure-cli-config .clojure
cd .clojure

# interesing stuff from the Makefile
make #// show available command from the makefile
make repl #// start repl

Golden outline for us who still could not memorize the clojure deps cli configuration is available from the top of its deps.edn file. Here is the repro.

Top-level keys for Clojure CLI deps.edn

Keys used within :aliases