UNPKG

workspace-tools

Version:

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

22 lines (21 loc) 887 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./dependencies")); __export(require("./getPackageInfos")); __export(require("./git")); __export(require("./graph")); __export(require("./lockfile")); __export(require("./paths")); __export(require("./scope")); __export(require("./workspaces/findWorkspacePath")); __export(require("./workspaces/getWorkspaces")); __export(require("./workspaces/getWorkspaceRoot")); __export(require("./workspaces/implementations/pnpm")); __export(require("./workspaces/implementations/rush")); __export(require("./workspaces/implementations/yarn")); __export(require("./workspaces/getChangedPackages")); __export(require("./workspaces/listOfWorkspacePackageNames")); __export(require("./workspaces/workspaces"));