-
monorepo.tools
Your defacto guide on monorepos, and in depth feature comparisons of tooling solutions.
For a more general source, https://monorepo.tools/ is probably the best resource.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
lerna
Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
There are multiple options on how to do this. `lerna` was the first tool to the party - strapi uses lerna (based on the `lerna.json` file in the repo). If that is your only interest, https://lerna.js.org/ will probably suffice.
-
turbo
Discontinued Build system optimized for JavaScript and TypeScript, written in Rust [Moved to: https://github.com/vercel/turborepo]
as a monorepo newbie I found turborepo to be easy as pie for a typical web application Turborepo