monorepo.tools icon indicating copy to clipboard operation
monorepo.tools copied to clipboard

Your defacto guide on monorepos, and in depth feature comparisons of tooling solutions.

Results 10 monorepo.tools issues
Sort by recently updated
recently updated
newest added

Monorepos tend to become very large and optionally have large binary blobs in them (for example art content in gamedev). So different VCS should be considered. For example git as-is...

content

The [please](https://please.build/) build tool would be nice to have represented.

content

First of all, let me thank you for this project! I'm a big fan of monorepo and now I have a website I can share with people when they're new...

content

Multi-repo is a better term for the alternative to polyrepo. - Based on github searches [multi-repo](https://github.com/search?q=%22multi-repo%22&type=code) is used a lot more than [polyrepo](https://github.com/search?q=polyrepo&type=code) (Google as well, including other popular contributors...

content

Pants has supported visibility rules since [2.16](https://blog.pantsbuild.org/visibility-feature-in-pants-2-16/

Consider adding the tooling support for the Polylith Architecture. As of this writing, there's tooling available for `Clojure` and `Python`. Docs about the Polylith architecture in general: https://polylith.gitbook.io/polylith/ The tooling...

content

https://monorepo.tools/#monorepo-features https://monorepo.tools/#monorepo-tools In monorepo-features, multi-language support is very important to consider. Front-end, backend, and devops must be in the same repo, but are typically not written in the same language....

content

Hey @juristr @bcabanes , Thanks for the amazing content on this website. While I was browsing this, I realize there is a lot about building management systems, but one thing...

content

It would be great to have an overview how the listed tools can be integrated in a CI/CD pipeline. I don't think about concrete implementations but about general things that...

content