Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 333 Bytes

File metadata and controls

8 lines (6 loc) · 333 Bytes

Internal Dependency Trace

This script will generate a Mermaid directed graph as an SVG image showing the dependency connections between files starting with the input file as an entrypoint.

  1. Set input file in src/index.js
  2. pnpm i
  3. pnpm generate
  4. Open output/trace.svg in a browser