Fork me on GitHub
#announcements
<
2021-11-15
>
borkdude20:11:39

neil is a CLI to add common aliases and features to deps.edn-based projects. By request neil is now available as a clj -T tool! https://github.com/babashka/neil#tools-usage Also some things have been improved in the latest versions. Install the most recent version with:

clj -Ttools install io.github.babashka/neil '{:git/tag "v0.0.17"}' :as neil
Then run this:
clj -Tneil add-dep :lib org.clojure/tools.cli
to add a dep. Or run:
clj -Tneil add-build
to add a build.clj file + config. By default it will add the latest tools.build version. If it was already added, it will re-add the newest.

❤️ 17
🚀 3