-
Notifications
You must be signed in to change notification settings - Fork 45
Home
Dmitri Sotnikov edited this page Oct 14, 2022
·
3 revisions
Minimum Clojure CLI version: 1.10.3.933
To sync dependencies
bb sync-deps
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
Using bb
tasks:
$ bb tasks
$ bb publish-local [lib]
$ bb publish [lib]
$ bb publish-all-local
$ bb antq
$ bb sync-deps