Pablo is a thin layer on top of tools.deps
to bring build configuration to
deps.edn
files. It uses a tiny configuration map to manage builds and
publishing of artifacts. In addition to simplifying JAR creation and publishing,
it also makes it easy to manage multiple artifacts in a single repository.
It builds heavily on top of EwenG/badigeon and takes monorepo inspiration from jacobobryant/trident.
Pre-Alpha - Currently missing major features.
Pablo is configured using a special :pablo/config
entry in your deps.edn
file.
{:pablo/config
{:github "teknql/pablo"
:desc "The secret weapon of build utilities"
:target :jar
:group-id teknql
:artifact-id pablo}
{:pablo/config
{:group-id wing
:github "teknql/wing"
:projects
{core {:desc "Extensions to the standard library"
:target :jar
:deps [org.clojure/core.match
slingshot
metosin/malli
teknql/utopia]}
integrant {:desc "Utilities for working with Integrant"
:target :jar
:deps [integrant]}
repl {:desc "Utility functions for the REPL"
:target :jar
:deps [integrant/repl]
:local-deps [integrant]}}}}
Can you improve this documentation? These fine people already did:
Russell Matney & Ryan SchmuklerEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close