/Color

Light Utility to change the Foreground and Background color of a console app

Primary LanguageC#MIT LicenseMIT

Linux Windows
Build Status Build status

Color

Light Utility to change the Foreground and Background color of a text in a console app

Prerequisites

You need to have installed .NET Core 1.1 on your machine. Verify your version running dotnet --version in a terminal/console window.

Build and Run

To build and run the samples, navigate to color-example folder and run the following commands:

dotnet restore

dotnet run