Bookmarks tagged [monorepo]
https://medium.com/@patrickleet/mono-repo-or-multi-repo-why-choose-one-when-you-can-have-both-e9c77b...
Many are still debating “mono-repo” or “multi-repo”. For those of you who have no idea what a mono or multi repo is, I’m referring the the organization of your repositories. Traditionally, there have ...
- 📆 published on: 2017-09-07
- tags: monorepo
Splitting up large codebases into separate independently versioned packages is extremely useful for code sharing. However, making changes across many repositories is messy and difficult to track, and ...
- tags: javascript, npm, package-management, monorepo, git
- source code
https://github.com/babel/babel/blob/master/doc/design/monorepo.md
Juggling a multimodule project over multiple repos is like trying to teach a newborn baby how to ride a bike.
Babel follows a monorepo approach, all officially maintained modules are in the same repo...
- tags: monorepo, babel, architecture, design
- source code