gimmi / VSCodebaseDependencyGraph

VisualStudio codebase graph generator
MIT License
1 stars 1 forks source link

Thi is a python script that walk a directory containing Visual Studio projects and generate a GraphML diagram where nodes are projects and edges are dependencies between projects. The GraphML file can then be visualized, manipulated and exported with a tool like yEd

Requisites

This is a Python script, so you need to have Python 3+ installed.

Usage

Run the script with this command:

py -3 dependency_graph.py C:\path\to\codebase

When the script terminate execution, you should have the following files in the current directory: