Full Clojure project in 5 seconds!
https://youtu.be/2K7cQ8UYRzo
Every time you start a new Clojure project, there is a lot of boilerplate that needs to be added:
deps.edn with aliases to run tests and build actions
build.clj with build actions
.gitignore
README.md
you name it…
Crea...
kozieiev.hashnode.dev5 min read