... libraries to help build clojure applications.
brew install clojure/tools/clojure
Each library is a git submodule. On initial checkout you'll need to run these commands:
git submodule init
git submodule update
There are script inside the bin
directory to help with all the modules at the same time, such as tagging or committing.
c3kit had been using Clojars for deployment. With the switch to the Clojure CLI, it's possible to use git repos as a dependency source. Until Clojars deployments are added, clients of c3kit should use the Clojure CLI instead of Leiningen.
Deployments are made by simply pushing to the Github repos. Clients choose the SHA they want. Significant updates should be tagged with new version identifiers for progress reference.