https://github.com/sharpyr/spare
stringify tools
https://github.com/sharpyr/spare
Last synced: 6 months ago
JSON representation
stringify tools
- Host: GitHub
- URL: https://github.com/sharpyr/spare
- Owner: sharpyr
- Created: 2021-01-22T12:16:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T23:35:37.000Z (about 1 year ago)
- Last Synced: 2025-08-08T22:43:15.990Z (6 months ago)
- Language: C#
- Size: 3.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Array and 2d-array colorful renderer for terminal output.
[](https://www.nuget.org/packages/Spare)
[](https://www.nuget.org/packages/Spare)
[](https://libraries.io/nuget/Spare)
[](https://dotnet.microsoft.com/learn/csharp)
[]()
[](https://github.com/sharpyr/Spare/LICENSE)
## What is Spare?
Spare is a renderer to transform an array or 2d-array into colorful command line output.
## Install
Spare targets .NET Standard 2.0, suitable for .NET and .NET Framework.
Install [Spare package](https://www.nuget.org/packages/Spare) and its dependencies.
NuGet Package Manager:
```powershell
Install-Package Spare
```
.NET CLI:
```shell
dotnet add package Spare
```
# Examples
---------------------
Spare has a test suite in the [test project](https://github.com/sharpyr/Spare/tree/master/Spare.Test/Src).
## Feedback
Spare is licensed under the [MIT](https://github.com/sharpyr/Spare/LICENSE) license.
Bug report and contribution are welcome at [the GitHub repository](https://github.com/sharpyr/Spare).