Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1006 Bytes

DEVELOPING.md

File metadata and controls

39 lines (26 loc) · 1006 Bytes

Dev dependencies

Publishing to Clojars

The template for the project's pom.xml lives at template/pom.xml.

To create a new release:

Submitting the release will create the new tag and trigger the following command:

bb release

The new release will appear on Clojars.

Linting

Code is linted with clj-kondo:

bb lint

The first time you interact with the project, run the following command to lint all dependencies and populate the clj-kondo cache:

bb lint-deps