Practicalli Clojure CLI Aliases - extends the Clojure CLI with aliases for a wide range of community tools Updated latest library versions with liquidz/antq https://github.com/practicalli/clojure-cli-config/releases/tag/2026-02-05
Practicalli Project Templates - Create new projects with a REPL driven development focus, including production level features, using https://github.com/seancorfield/deps-new. Updated to latest Clojure version 0.12.4 and library dependencies. https://github.com/practicalli/project-templates/releases/tag/2026-02-05
Babashka https://github.com/babashka/fs: file system utility library for Clojure
0.5.31 (2026-01-05)
• https://github.com/babashka/fs/issues/212: Introduce :keep true option in with-temp-dir.
• https://github.com/babashka/fs/issues/154 reflect in directory check and docs that move never follows symbolic links (https://github.com/lread)
• https://github.com/babashka/fs/issues/181 delete-tree now deletes broken symbolic link root (https://github.com/lread)
• https://github.com/babashka/fs/issues/188 copy-tree now throws if src or dest is a symbolic link when not following links (https://github.com/lread)
• https://github.com/babashka/fs/issues/193 create-dirs now recognizes sym-linked dirs on JDK 11 (https://github.com/lread)
• https://github.com/babashka/fs/issues/201 gzip now accepts source-file Path (https://github.com/lread)
• https://github.com/babashka/fs/issues/207 review and update glob and match docstrings (https://github.com/lread)
new docstrings are way easier to understand for my brain! 💯