Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 2.1 KB

monorepo.md

File metadata and controls

28 lines (23 loc) · 2.1 KB

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

https://lerna.js.org/

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 ...


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...