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.3.70
• https://github.com/babashka/neil/issues/261:`neil dep upgrade`now upgrades unstable deps (e.g. release candidates) to a newer unstable version when no newer stable version exists
• neil dep searchfor a fully-qualified lib (e.g.`org.clojure/clojurescript`) no longer fails: a`/`in the Solr query made http://central.sonatype.com return a 500
• https://github.com/babashka/neil/issues/258:`neil test`now exits with non-zero exit code when tests fail
• neil.el - a hook that runs after finding a package (https://github.com/agzam)
• neil.el - adds a function for injecting a found package into current CIDER session (https://github.com/agzam)
• README - fix development install instructions (https://github.com/teodorlu)
I haven't used neil but I’m going to start! I have been accumulating justfile modules so that everything claude needs is near-at-hand and neil will be the perfect upgrade over manually searching the internet and editing files. Thanks!
And thanks for squint and obb. I have one clojure file that makes use of both, haha.