Fork me on GitHub
#leiningen
<
2019-12-16
>
Scot20:12:03

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.

greglook20:12:24

I have some experience with lein-monolith 😉

greglook20:12:23

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.