Skip to content
/ dncviz Public
forked from bschuedzig/dncviz

Generate GraphViz from dotnet core .sln

Notifications You must be signed in to change notification settings

SeWaS/dncviz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generates GraphViz graphs from dotnet core solutions.

It's not meant to be a ready-made solution, just a quick scribble which solves my problem 😉

Dependencies

brew install graphviz

Syntax

# Install nodejs dependencies
yarn

# Execute
./generate.sh ../../path/to/your.sln [netcoreapp3.1 | net6.0]

# Results are in ./out

About

Generate GraphViz from dotnet core .sln

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.1%
  • Shell 26.9%