Skip to content

Velorien/DependencyGraphDrawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Graph Drawer

aka dotnet dg

Dependency Graph Drawer nuget package

This is the home of Dependency Graph Drawer, a global dotnet tool to visualize the dependencies in your C# projects.

Installation

Run the following command: dotnet tool install -g DependencyGraphDrawer

Requires .NET 6.

Usage

dotnet dg -s <path to solution file> [-o <output file path>] [--includeNugetPackages]

If -s/--solutionFile is not given, the tool tries to find a solution file in the current directory and pick the first one it finds.

Output file defaults to dependencies.puml in the current directory.

The resulting file will contain PlantUML code. You can preview out without installing anything by pasting the contents here but I recommend to use the VS Code plugin.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages