We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Minimum Clojure CLI version: 1.10.3.933
To sync dependencies
bb sync-deps
To build and install libraries locally
clojure -T:build all
To install the libraries locally
clojure -T:build install-libs
To install a single library locally
clojure -T:build install-lib :artifact-id :lein-template
To push a single library to Clojars
clojure -T:build install-lib :artifact-id <artifact-id> :publish true
eg: clojure -T:build install-lib :artifact-id :kit-generator :publish true
clojure -T:build install-lib :artifact-id :kit-generator :publish true
Using bb tasks:
bb
$ bb tasks $ bb publish-local [lib] $ bb publish [lib] $ bb publish-all-local $ bb antq $ bb sync-deps