55
loading...
This website collects cookies to deliver better user experience
A monorepo is a single repository, that contains multiple loosely coupled packages within it. It differs from a monolith in that it usually has a focus on distributing individual packages, and saves time by allowing multiple changes that might usually need to be made across multiple repository's in a single repository and PR.
Curated list of monorepo resources
Probably the best tools to develop and build your monorepo.
Monorepos can foster rapid development workflows. In this post, we’ll examine if they are the right fit for you and your company.
A practical walkthrough of npm vs yarn workspaces