File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11nugraph 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
8793dotnet tool install --global nugraph
8894```
8995
You can’t perform that action at this time.
0 commit comments