11 Great Tools for a Monorepo in 2021
These days, many tools can run "npm install" and "npm run build" in 20 different folders. But, not all tools can facilitate a proper monorepo. Facilitating a proper monorepo development means solving challenges like operating the test and build processes for decoupled modules, being able to independently publish modules from the project, and managing the partial impact of changes on every affected dependant module in the project.
https://blog.bitsrc.io/11-tools-to-build-a-monorepo-in-2021-7ce904821cc2