Skip to content

Commit 7bdc707

Browse files
committed
Improve the README
* Make the first example nugraph command stand out * Add NuGet and CI badge
1 parent 53810d0 commit 7bdc707

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
nugraph is a [.NET tool](https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools) for creating visual dependency graph of NuGet packages.
22

3-
A picture is worth a thousand words, so here's the dependency graph produced by running `nugraph Microsoft.Extensions.Logging.Console`
3+
[![NuGet](https://img.shields.io/nuget/v/nugraph.svg?label=NuGet&logo=NuGet)](https://www.nuget.org/packages/nugraph) [![Continuous Integration](https://img.shields.io/github/actions/workflow/status/0xced/nugraph/continuous-integration.yml?branch=main&label=Continuous%20Integration&logo=GitHub)](https://github.com/0xced/nugraph/actions/workflows/continuous-integration.yml)
4+
5+
A picture is worth a thousand words, so here's the dependency graph produced by running
6+
7+
```shell
8+
nugraph Microsoft.Extensions.Logging.Console
9+
```
410

511
```mermaid
612
---
@@ -83,7 +89,7 @@ click System.Text.Json "https://www.nuget.org/packages/System.Text.Json/9.0.6" "
8389

8490
## Installation
8591

86-
```sh
92+
```shell
8793
dotnet tool install --global nugraph
8894
```
8995

0 commit comments

Comments
 (0)