This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-29
Channels
- # babashka (4)
- # babashka-sci-dev (96)
- # beginners (79)
- # calva (26)
- # cider (5)
- # clerk (2)
- # clj-kondo (23)
- # clojars (14)
- # clojure (54)
- # clojure-europe (8)
- # clojure-sweden (3)
- # clojurescript (76)
- # datomic (12)
- # deps-new (6)
- # emacs (20)
- # events (3)
- # exercism (1)
- # fulcro (11)
- # funcool (12)
- # hugsql (14)
- # hyperfiddle (6)
- # kaocha (1)
- # lambdaisland (1)
- # lsp (22)
- # malli (1)
- # matcher-combinators (6)
- # nbb (6)
- # off-topic (128)
- # polylith (14)
- # re-frame (4)
- # reagent (1)
- # releases (4)
- # shadow-cljs (8)
- # tools-build (13)
- # tools-deps (13)
- # tree-sitter (5)
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 version
• https://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
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)
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