get-dependents-graph

Get the graph of dependents in a mono-repo

Usage no npm install needed!

<script type="module">
  import getDependentsGraph from 'https://cdn.skypack.dev/get-dependents-graph';
</script>

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