Leiningen for me it’s the equivalent of Maven for Clojure. The Clojure community has been moving to deps.edn but Leiningen still has a place in my heart.
The most important commands are:
Create a new project
Running tests
Running the project
Profiles
Projects can define custom profiles on their project.clj. It’s also possible to define a profile in ~/.lein/profiles.clj that will be used by all projects.