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
I have some experience with lein-monolith
😉
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.
Thanks!