get-dependents-graph

Get the graph of dependents in a mono-repo

MIT 6 个版本
安装
npm install get-dependents-graph
yarn add get-dependents-graph
pnpm add get-dependents-graph
bun add get-dependents-graph
README

Get Dependents Graph

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

import getDependentsGraph from "get-dependents-graph";

await getDependentsGraph({ cwd });

Mostly published for use in changesets

版本列表
0.2.0 2020-01-24
0.1.2 2019-10-31
0.1.1 2019-09-19
0.1.0 2019-09-13
0.0.3 2019-09-10
0.0.1 2019-09-10