greglook / cljstyle

A tool for formatting Clojure code
Eclipse Public License 1.0
293 stars 39 forks source link

Tools deps switchover #103

Closed greglook closed 6 months ago

greglook commented 7 months ago

Fully switch from Leiningen to Clojure tools.deps and tools.build for building and packaging the project. Additionally, this moves a bunch of logic from a collection of shell scripts under script/ into some more standardized bin/ scripts, which do their best to invoke the build.clj functions for the heavy lifting.