UNPKG

workspace-tools

Version:

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

3 lines (2 loc) 194 B
export declare type WorkspaceImplementations = "yarn" | "pnpm" | "rush" | "npm" | 'lerna'; export declare function getWorkspaceImplementation(cwd: string): WorkspaceImplementations | undefined;