This article was originally published on bmf-tech.com.





Overview


Summarizing about monorepos.




What is a Monorepo?


A monorepo is a single repository that manages the code of multiple projects. In contrast, managing with multiple repositories is called a polyrepo or multi-repo. Although it is one of the management strategies...