leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
Scot 2019-12-16T20:20:03.002700Z

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.

vemv 2019-12-17T18:12:26.005Z

https://clubhouse.io/blog/monolith-meet-mono-repo/ might be a useful read

greglook 2019-12-16T20:21:24.003300Z

I have some experience with lein-monolith 😉

greglook 2019-12-16T20:23:23.003900Z

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.

Scot 2019-12-16T20:40:45.004700Z

Thanks!