File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <div align =" center " >
2+
13# ProjGraph
24
3- ![ CI] ( https://github.com/HandyS11/ProjGraph/actions/workflows/ci.yml/badge.svg )
4- ![ CD] ( https://github.com/HandyS11/ProjGraph/actions/workflows/publish.yml/badge.svg )
5+ ** .NET tool ecosystem for visualizing project dependencies, database schemas, and class hierarchies.**
6+
7+ [ ![ CI] ( https://github.com/HandyS11/ProjGraph/actions/workflows/ci.yml/badge.svg )] ( https://github.com/HandyS11/ProjGraph/actions/workflows/ci.yml )
8+ [ ![ CD] ( https://github.com/HandyS11/ProjGraph/actions/workflows/publish.yml/badge.svg )] ( https://github.com/HandyS11/ProjGraph/actions/workflows/publish.yml )
9+ [ ![ License] ( https://img.shields.io/github/license/HandyS11/ProjGraph )] ( ./LICENSE )
510
611[ ![ ProjGraph.Cli NuGet] ( https://img.shields.io/nuget/v/ProjGraph.Cli?label=CLI&logo=nuget )] ( https://www.nuget.org/packages/ProjGraph.Cli )
712[ ![ ProjGraph.Cli Downloads] ( https://img.shields.io/nuget/dt/ProjGraph.Cli?label=CLI%20downloads&logo=nuget )] ( https://www.nuget.org/packages/ProjGraph.Cli )
813[ ![ ProjGraph.Mcp NuGet] ( https://img.shields.io/nuget/v/ProjGraph.Mcp?label=MCP&logo=nuget )] ( https://www.nuget.org/packages/ProjGraph.Mcp )
914[ ![ ProjGraph.Mcp Downloads] ( https://img.shields.io/nuget/dt/ProjGraph.Mcp?label=MCP%20downloads&logo=nuget )] ( https://www.nuget.org/packages/ProjGraph.Mcp )
1015
16+ </div >
17+
1118** ProjGraph** is a .NET tool ecosystem for visualizing project dependencies, database schemas, and class hierarchies.
1219It provides both a CLI for manual analysis and an MCP server for AI-assisted exploration of your codebase architecture.
1320
Original file line number Diff line number Diff line change @@ -200,10 +200,6 @@ projgraph stats ./src/MyApp/MyApp.csproj
200200- ** Zero projects in ` stats ` ** : Ensure the solution file is not empty and that all referenced ` .csproj ` files exist on
201201 disk.
202202
203- ## Requirements
204-
205- - .NET 10.0 or later
206-
207203## License
208204
209205Licensed under the terms specified in the [ repository] ( https://github.com/HandyS11/ProjGraph ) .
You can’t perform that action at this time.
0 commit comments