swkBerlin / kata-bootstraps

Empty projects for different languages with a failing test
MIT License
498 stars 346 forks source link

Add Clojure CLI kata skeleton #195

Closed seancorfield closed 1 year ago

seancorfield commented 1 year ago

The existing Clojure kata skeleton uses Leiningen. This is the modern equivalent, using the official Clojure CLI, Clojure 1.11.1, and is created from a modern Clojure deps.edn application template. It also provides a GitHub workflow for this Clojure kata skeleton.

seancorfield commented 1 year ago

Thank you!