Liking cljdoc? Tell your friends :D

Where to start

clj-ant is a Clojure interface to Apache Ant's task and type ecosystem. It is not a build tool: there's no opinion about project layout, no replacement for tools.build. It exists so that Ant tasks such as <scp>, <replaceregexp>, <filterchain>, <jar>, <get>, <checksum>, and <apply> become callable as ordinary Clojure code, with results readable as Clojure data.

The docs to read, roughly in order:

  1. README.md — quickstart and the data model.
  2. doc/examples.md — recipe cookbook for real problems Clojure devs hit (templating, bulk find-and-replace, smart copy, archive surgery, parallel pipelines, SSH from bb, …) plus the file-collection reference.
  3. doc/babashka.md — the bb pod model.
  4. doc/architecture.md — design decisions, layer model, anti-patterns. For someone (human or AI) operating in the codebase.
  5. doc/tools-build.md — interop with clojure.tools.build.
  6. doc/roadmap.md — open ideas, status per item.

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close