Skip to content

Commit 339d09d

Browse files
committed
docs: update README to enhance project description and remove outdated requirements
1 parent 8f155f2 commit 339d09d

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
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.
1219
It provides both a CLI for manual analysis and an MCP server for AI-assisted exploration of your codebase architecture.
1320

src/ProjGraph.Cli/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

209205
Licensed under the terms specified in the [repository](https://github.com/HandyS11/ProjGraph).

0 commit comments

Comments
 (0)