This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-16
Channels
- # adventofcode (36)
- # announcements (30)
- # babashka (1)
- # beginners (161)
- # boot-dev (2)
- # bristol-clojurians (3)
- # clj-kondo (10)
- # clojure (125)
- # clojure-europe (10)
- # clojure-italy (4)
- # clojure-nl (7)
- # clojure-spec (1)
- # clojure-uk (26)
- # clojuredesign-podcast (3)
- # clojurescript (13)
- # core-async (5)
- # cryogen (3)
- # cursive (134)
- # data-science (8)
- # datascript (3)
- # datomic (32)
- # fulcro (24)
- # graalvm (2)
- # joker (5)
- # leiningen (5)
- # malli (18)
- # off-topic (14)
- # pathom (4)
- # re-frame (3)
- # reagent (11)
- # remote-jobs (3)
- # rewrite-clj (8)
- # shadow-cljs (47)
- # spacemacs (3)
- # sql (12)
- # vim (6)
Hi, I am trying to migrate several related leiningen projects to use a mono-repo. What tools are recommended for this? Are there any demos or examples that I could reference? Does anyone have any experience using lein-monolith (https://github.com/amperity/lein-monolith) or any other similar tools they could recommend? Thanks.
https://clubhouse.io/blog/monolith-meet-mono-repo/ might be a useful read
there’s an example monorepo in the lein-monolith repo itself, or you can check out https://github.com/greglook/merkle-db/ or https://github.com/amperity/sparkplug for some in-the-wild monorepos using it.