Capability
Pnpm Workspace Dependency Management With Workspace Protocol
5 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
T3 stack monorepo with Next.js, Expo, tRPC, and Drizzle.
Unique: Uses pnpm's workspace:* protocol to create symlinks to local packages during development, enabling zero-latency feedback on changes across @acme/* packages, while automatically converting to concrete versions during npm publish without manual version bumping
vs others: Faster than npm/yarn workspaces for local development because workspace:* creates symlinks rather than copying packages, and more reliable than Lerna because pnpm's strict dependency resolution prevents phantom dependencies that break in production