An open API service indexing awesome lists of open source software.

https://github.com/sharpyr/spare

stringify tools
https://github.com/sharpyr/spare

Last synced: 6 months ago
JSON representation

stringify tools

Awesome Lists containing this project

README

          

![Banner](https://raw.githubusercontent.com/sharpyr/Spare/refs/heads/master/media/spare-banner.svg)

Array and 2d-array colorful renderer for terminal output.

[![Version](https://img.shields.io/nuget/vpre/Spare.svg)](https://www.nuget.org/packages/Spare)
[![Downloads](https://img.shields.io/nuget/dt/Spare.svg)](https://www.nuget.org/packages/Spare)
[![Dependent Libraries](https://img.shields.io/librariesio/dependents/nuget/Spare.svg?label=dependent%20libraries)](https://libraries.io/nuget/Spare)
[![Language](https://img.shields.io/badge/language-C%23-blueviolet.svg)](https://dotnet.microsoft.com/learn/csharp)
[![Compatibility](https://img.shields.io/badge/compatibility-.NET%20Standard%202.0-blue.svg)]()
[![License](https://img.shields.io/github/license/sharpyr/Spare.svg)](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).