Skip to content

1579947510

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 21:20

DependencyGrapher

How to install

  1. Install Graphviz: https://graphviz.org/download/
  2. Download the jar and run it: java -jar...

What it does

Will ask you to choose a folder.
Will statically parse all the java files in the folder, and create a dependency graph from the dependencies it finds.
The graph should be displayed in the browser automagically.