This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-15
Channels
- # announcements (1)
- # asami (29)
- # babashka (31)
- # beginners (48)
- # calva (39)
- # cljsrn (4)
- # clojure (56)
- # clojure-dev (51)
- # clojure-doc (3)
- # clojure-europe (40)
- # clojure-gamedev (13)
- # clojure-italy (22)
- # clojure-nl (3)
- # clojure-uk (5)
- # cursive (9)
- # datomic (184)
- # events (7)
- # fulcro (8)
- # graalvm (2)
- # jobs (1)
- # malli (6)
- # meander (1)
- # nrepl (5)
- # off-topic (10)
- # pathom (9)
- # polylith (33)
- # portal (2)
- # re-frame (7)
- # reagent (12)
- # releases (3)
- # remote-jobs (3)
- # reveal (27)
- # shadow-cljs (34)
- # sql (1)
- # vim (7)
- # xtdb (62)
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