Skip to main content

2 docs tagged with "monorepo"

View all tags

npm Workspaces

npm Workspaces is npm's native monorepo feature: one root package that manages multiple nested packages in a single repository, with a single install step and a single lockfile. It has been supported since npm v7, so every modern Node.js installation has it out of the box.

Publishing from a Monorepo

Publishing multiple packages from a monorepo adds complexity: coordinating versions, managing interdependencies, and automating releases across packages.