Skip to content

Clean Coders Clojure (C3) Kit, a library of reusable code

License

Notifications You must be signed in to change notification settings

cleancoders/c3kit

Repository files navigation

c3kit : Clean Coders Clojure Kit

... libraries to help build clojure applications.

Apron

Scaffold

Bucket

Wire

Development

Requirements

Clojure

brew install clojure/tools/clojure

Structure

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.

Deployment

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.

About

Clean Coders Clojure (C3) Kit, a library of reusable code

Resources

License

Stars

Watchers

Forks

Packages

No packages published