This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-13
Channels
- # beginners (18)
- # calva (6)
- # cider (9)
- # clara (1)
- # cljdoc (14)
- # clojure (25)
- # clojure-boston (4)
- # clojure-brasil (3)
- # clojure-czech (2)
- # clojure-italy (2)
- # clojure-sweden (6)
- # clojurescript (6)
- # cursive (6)
- # data-science (4)
- # datomic (2)
- # emacs (5)
- # fulcro (2)
- # kaocha (4)
- # off-topic (2)
- # other-languages (1)
- # pathom (5)
- # precept (1)
- # reagent (2)
- # reitit (1)
- # shadow-cljs (2)
- # spacemacs (49)
- # tools-deps (13)
- # vim (14)
- # xtdb (4)
@manutter51 there is a plugin for lein to pull deps from deps.edn
works well enough. I’ve gone over to deps completely now, but for a time I was using that
@antonmos I’m looking at CLJS REPLs at the moment actually - I’ll look at that when I get a moment and try to figure it out.
@manutter51 Yes, you can use the lein plugin tony.kay suggested, or you can just create a deps.edn with the same info as your project.clj (I seem to recall seeing a project that did that automatically? I can’t remember now), and remove your lein project and import the deps one.