doc/design/monorepo.md
[!NOTE] We don't use
lernato manage packages inside the monorepo, but yarn workspaces with an additional custom plugin.
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.
This is quite taboo but let's look at the pros and cons:
Pros:
Cons:
npm install modules directly from GitHubReact, Meteor, and Ember, among others, do this.