diff --git a/README.md b/README.md index 407a39e..06df1ec 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,16 @@

+
+ +[![License](https://img.shields.io/github/license/alexrp/system-terminal?color=brown)](LICENSE.md) +[![Commits](https://img.shields.io/github/commit-activity/m/alexrp/system-terminal/master?label=commits&color=slateblue)](https://github.com/alexrp/system-terminal/commits/master) +[![Build](https://img.shields.io/github/workflow/status/alexrp/system-terminal/Build/master)](https://github.com/alexrp/system-terminal/actions/workflows/build.yml) +[![Sponsors](https://img.shields.io/github/sponsors/alexrp?color=mediumorchid)](https://github.com/sponsors/alexrp) +[![Discussions](https://img.shields.io/github/discussions/alexrp/system-terminal?color=teal)](https://github.com/alexrp/system-terminal/discussions) + +
+ --- System.Terminal is a toolkit for writing terminal-based applications. It is @@ -33,13 +43,13 @@ analyzer which will diagnose problematic APIs and suggest working replacements. This project offers the following packages: -| Package | Description | -| - | - | -| [![Terminal][core-img]][core-pkg] | Provides the core terminal API. | -| [![Terminal.Analyzers][analyzers-img]][analyzers-pkg] | Provides diagnostic analyzers and source generators. | -| [![Terminal.Hosting][hosting-img]][hosting-pkg] | Provides the terminal hosting model. | -| [![Terminal.Extensions][extensions-img]][extensions-pkg] | Provides terminal hosting and logging for the .NET Generic Host. | -| [![Terminal.Testing][testing-img]][testing-pkg] | Provides testing utilities for terminal applications. | +| Package | Description | Downloads | +| -: | - | :- | +| [![Terminal][core-img]][core-pkg] | Provides the core terminal API. | ![Downloads][core-dls] | +| [![Terminal.Analyzers][analyzers-img]][analyzers-pkg] | Provides diagnostic analyzers and source generators. | ![Downloads][analyzers-dls] | +| [![Terminal.Hosting][hosting-img]][hosting-pkg] | Provides the terminal hosting model. | ![Downloads][hosting-dls] | +| [![Terminal.Extensions][extensions-img]][extensions-pkg] | Provides terminal hosting and logging for the .NET Generic Host. | ![Downloads][extensions-dls] | +| [![Terminal.Testing][testing-img]][testing-pkg] | Provides testing utilities for terminal applications. | ![Downloads][testing-dls] | [core-pkg]: https://www.nuget.org/packages/Terminal [analyzers-pkg]: https://www.nuget.org/packages/Terminal.Analyzers @@ -47,11 +57,17 @@ This project offers the following packages: [extensions-pkg]: https://www.nuget.org/packages/Terminal.Extensions [testing-pkg]: https://www.nuget.org/packages/Terminal.Testing -[core-img]: https://img.shields.io/nuget/v/Terminal.svg?label=Terminal -[analyzers-img]: https://img.shields.io/nuget/v/Terminal.Analyzers.svg?label=Terminal.Analyzers -[hosting-img]: https://img.shields.io/nuget/v/Terminal.Hosting.svg?label=Terminal.Hosting -[extensions-img]: https://img.shields.io/nuget/v/Terminal.Extensions.svg?label=Terminal.Extensions -[testing-img]: https://img.shields.io/nuget/v/Terminal.Testing.svg?label=Terminal.Testing +[core-img]: https://img.shields.io/nuget/v/Terminal?label=Terminal +[analyzers-img]: https://img.shields.io/nuget/v/Terminal.Analyzers?label=Terminal.Analyzers +[hosting-img]: https://img.shields.io/nuget/v/Terminal.Hosting?label=Terminal.Hosting +[extensions-img]: https://img.shields.io/nuget/v/Terminal.Extensions?label=Terminal.Extensions +[testing-img]: https://img.shields.io/nuget/v/Terminal.Testing?label=Terminal.Testing + +[core-dls]: https://img.shields.io/nuget/dt/Terminal?label= +[analyzers-dls]: https://img.shields.io/nuget/dt/Terminal.Analyzers?label= +[hosting-dls]: https://img.shields.io/nuget/dt/Terminal.Hosting?label= +[extensions-dls]: https://img.shields.io/nuget/dt/Terminal.Extensions?label= +[testing-dls]: https://img.shields.io/nuget/dt/Terminal.Testing?label= To install a package, run `dotnet add package `.