JSPM

  • Created
  • Published
  • Downloads 3358056
  • Score
    100M100P100Q240664F
  • License MIT

Get the graph of dependents in a monorepo

Package Exports

  • @changesets/get-dependents-graph

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@changesets/get-dependents-graph) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Get Dependents Graph

Small helper utility extracted from bolt to get a graph of relationships between packages.

import { getDependentsGraph } from "@changesets/get-dependents-graph";
import { getPackages } from "@manypkg/get-packages";

let { graph, valid } = getDependentsGraph(await getPackages(cwd));

Mostly published for use in changesets