lerna
Lerna is an open-source command-line tool used to manage JavaScript projects that consist of multiple packages in a single repository, a setup known as a monorepo.
Core features include bootstrapping dependencies and linking local packages, running scripts across packages, and generating and
Lerna supports two versioning modes: fixed mode, which assigns a single version to all packages; and independent
Dependency management: Lerna can hoist common dependencies to the repository root, reducing duplication and installation time.
Usage and ecosystem: It is commonly used with npm and Yarn-based workflows and integrates with major package