|
|
|
|
|
by pbiggar
1540 days ago
|
|
Monorepos are also great for small monorepos with just a few projects. The darklang monorepo [1] has a devcontainer that installs all the build tools for 4 projects which create 21 different services, using 6 languages, and building everything is one step. In fact, it makes it so easy to add new stuff that I didn't even realize we had 21 services til I counted. My first guess was 12. [1] https://github.com/darklang/dark |
|