spectresystems / spectre.console
- пятница, 27 ноября 2020 г. в 00:25:38
C#
A library that makes it easier to create beautiful console applications.
Spectre.Console
A .NET 5/.NET Standard 2.0 library that makes it easier to create beautiful, cross platform, console applications.
It is heavily inspired by the excellent Rich library
for Python.
The fastest way of getting started using Spectre.Console
is to install the NuGet package.
dotnet add package Spectre.Console
The documentation for Spectre.Console
can be found at
https://spectresystems.github.io/spectre.console/
To see Spectre.Console
in action, install the
dotnet-example
global tool.
> dotnet tool restore
Now you can list available examples in this repository:
> dotnet example
And to run an example:
> dotnet example tables
Copyright © Spectre Systems.
Spectre.Console is provided as-is under the MIT license. For more information see LICENSE.