Skip to content

Commit

Permalink
More README.md updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 2, 2022
1 parent 702501f commit b898186
Showing 1 changed file with 28 additions and 12 deletions.
40 changes: 28 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
</strong>
</p>

<div align="center">

[![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)

</div>

---

System.Terminal is a toolkit for writing terminal-based applications. It is
Expand All @@ -33,25 +43,31 @@ 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
[hosting-pkg]: https://www.nuget.org/packages/Terminal.Hosting
[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 <name>`.

Expand Down

0 comments on commit b898186

Please sign in to comment.