Fork me on GitHub
#babashka
<
2021-02-15
>
borkdude11:02:01

We are now using babashka to solve the deps.edn mono-repo problem. We generate deps.edn for all sub-projects using a script which pulls default versions from a common deps.edn file. https://gist.github.com/borkdude/58f099b2694d206e6eec18daedc5077b

😎 6
pithyless16:02:26

Same here! Although I'm generating a custom deps.edn per sub-project from a single edn config file at the root of the monorepo. Merging a sub-project specific template is an interesting twist which may be useful for isolating some very specific configs/aliases. OTOH, it's also nice to have everything visible and easily comparable in one edn config.

borkdude16:02:57

Sure! I just upgraded this from the CLJ_CONFIG hack we were using

borkdude22:02:50

A babashka script to find var usages in the current project (using clj-kondo pod): https://gist.github.com/borkdude/841d85d5ad04c517337166b3928697bd

💯 12