Fork me on GitHub
#releases
<
2023-01-29
>
borkdude13:01:51

https://github.com/babashka/neil: a CLI to add common aliases and features to deps.edn-based projects See the https://blog.michielborkent.nl/new-clojure-project-quickstart.html blog post for a gentle introduction into neil. 0.1.49 (2023-01-29) • Fix incorrect "Requires clean working directory" error in neil versionhttps://github.com/babashka/neil/issues/148: Always add latest kaocha version • https://github.com/babashka/neil/issues/148: Print instructions for making a bin/kaocha script • https://github.com/babashka/neil/issues/146: Prefer stable versions when running neil dep upgrade. Versions with any qualifier (like -rc1, -alpha, etc). are considered unstable. • Fix neil dep search helptext formatting (https://github.com/teodorlu) • Move neil dep upgrade helptext into subcommand (https://github.com/teodorlu) • https://github.com/babashka/neil/issues/150: swap babashka.curl for babashka/http-client

🎉 2
borkdude15:01:39

Babashka https://github.com/babashka/fs: file system utility library for Clojure v0.2.15 • https://github.com/babashka/fs/issues/85: add helpers to generate common XDG paths (https://github.com/eval)

🎉 8
jjttjj15:01:59

I think the XDG stuff is low key but pretty awesome the more I think about it. I frequently want to shove a file somewhere and was always vaguely aware of the XDG standards but didn't really want to add all the environmental var checking code to my project so just succumbed to laziness and shoved the file somewhere random. Now that it's in fs I think I'll use the XDG directories as a default

👍 2