This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-03
Channels
- # announcements (1)
- # babashka (31)
- # babashka-sci-dev (53)
- # beginners (34)
- # calva (54)
- # cider (15)
- # clj-kondo (9)
- # clojure (115)
- # clojure-dev (19)
- # clojure-europe (21)
- # clojure-nl (1)
- # clojure-norway (78)
- # clojurescript (10)
- # clr (9)
- # community-development (9)
- # core-async (24)
- # cursive (18)
- # datomic (59)
- # emacs (43)
- # figwheel-main (2)
- # fulcro (4)
- # graphql (4)
- # malli (7)
- # meander (12)
- # nbb (14)
- # off-topic (22)
- # polylith (9)
- # re-frame (5)
- # reitit (3)
- # releases (1)
- # shadow-cljs (36)
- # sql (1)
- # tools-build (23)
- # xtdb (13)
https://github.com/practicalli/clojure-deps-edn - 2023 new year spring clean
Simplified many of the alias definitions that add a wide range of community tools when using Clojure CLI and deps.edn projects
• added :repl/reloaded
to run Rebel rich terminal UI with a range of common libraries that support the REPL workflow
• added :dev/reloaded
as above but without Rebel - to be used with other :repl/
aliases
• added :project/create
to use seancorfield/deps-new project (`:project/new` remains for seancorfield/clj-new)
• deprecated :project/jar
and :project/uberjar
which used the archived depstar project in favour of using a tools.build based approach, e.g. as in https://practical.li/clojure/clojure-cli/projects/tools-build/ section
• deprecated many other aliases that are rarely needed, moving them into a deps-deprecated.edn
file for posterity or curiosity - please let me know if any aliases in there are actively used
The Clojure CLI aliases used in the Practicalli Clojure book are also being updated to use the simplified set, along with a significant rewrite and upgrade to a very snazzy looking Material theme (with light and dark options)