Overview
The go-to package manager for monorepos. Hard links + content-addressable store slash disk use versus npm, with first-class workspaces.
Features
- Efficient store with hard links
- First-class workspaces
- Strict dependency resolution
- Filters and batch commands
- Compatible with npm / yarn workflows
Common commands
A few common invocations — the Agent runs them as you in your terminal
$ pnpm installInstall dependencies with a shared store
$ pnpm -r run buildRun build across all workspaces
$ pnpm --filter web devRun dev only for the web package