monorepo.md

July 15, 2021 · View on GitHub

Bookmarks tagged [monorepo]

www.codever.land/bookmarks/t/monorepo

Mono-repo or multi-repo? Why choose one, when you can have both?

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

  • :calendar: published on: 2017-09-07
  • tags: monorepo

Lerna · A tool for managing JavaScript projects with multiple packages.

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


Why is Babel a monorepo?

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