UNPKG

workspace-tools

Version:

A collection of utilities that are useful in a git-controlled monorepo managed by one of these tools:

2 lines (1 loc) 75 B
export type WorkspaceManager = "yarn" | "pnpm" | "rush" | "npm" | "lerna";