Clojure CLI, tools.deps and deps.edn guide
August 26, 2021, 15 min read
This article was written for those who want to understand how to work with Clojure CLI (command line interface), and how to configure it with deps.edn
files. There are 2 official articles on this topic. They are both very helpful, but In my opinion, the first one is too brief to gain a good enough understanding of concepts, and the second one is too long for an introduction to the topic. So I tried to write something in between that gives the reader a deep enough explanation of how clj
works, but without all the nitty-gritty details.