- https://en.wikipedia.org/wiki/Monorepo
- https://www.toptal.com/front-end/guide-to-monorepos
- https://www.atlassian.com/git/tutorials/monorepos
- https://github.com/korfuri/awesome-monorepo
More
- https://blog.coinbase.com/bootstrapping-the-coinbase-monorepo-575cf981c859
- https://blog.nrwl.io/misconceptions-about-monorepos-monorepo-monolith-df1250d4b03c
- https://danluu.com/monorepo/
- https://blog.bitsrc.io/selecting-the-right-tool-for-your-monorepo-fafe409134b3
- https://docs.gitlab.com/ee/user/packages/workflows/monorepo.html
- https://survivejs.com/maintenance/appendices/monorepos/
a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow. Repo is not meant to replace Git, only to make it easier to work with Git. The repo command is an executable Python script that you can put anywhere in your path
- https://gerrit.googlesource.com/git-repo/
- https://gerrit.googlesource.com/git-repo/+/HEAD/docs/manifest-format.md - Manifest Format
- https://source.android.com/setup/develop/repo
- https://github.com/lerna/lerna - a tool for managing JavaScript projects with multiple packages
a scalable monorepo manager for the web
More
- https://github.com/GitbookIO/monorepo
- https://github.com/mbtproject/mbt - build orchestration tool for monorepo
Ruby
Python
- https://github.com/FriendCode/gittle - Pythonic Git for Humans