UNPKG

workspace-tools

Version:

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

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