@motss-changesets/get-dependents-graph
TypeScript icon, indicating that this package has built-in type declarations

1.3.8 • Public • Published

Get Dependents Graph

View changelog

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

Readme

Keywords

none

Package Sidebar

Install

npm i @motss-changesets/get-dependents-graph

Weekly Downloads

11

Version

1.3.8

License

MIT

Unpacked Size

30.3 kB

Total Files

13

Last publish

Collaborators

  • motss