Skip to content

Extends the default System.Console with color support, new methods and better functionality.

License

Notifications You must be signed in to change notification settings

WilliamRagstad/EzConsole

Repository files navigation

EzColors
Nuget Nuget

EzConsole

EzConsole is a collection of modules included in the EzConsole NuGet Package, this is all bundled together to form this complete set of better functionalities added and wrapped around the System.Console class.

Here is an overview of all the modules added in the EzConsole Collection Package:


EzColors

EzColors

A .NET Standard library built for simple and accessible command line argument parsing, manual instructions and validation.

Usage

Examples

1. Console Static Replacement

A drop-in static replacement for System.Console's write methods.

Example:

You can use via

EzConsole.Write(string text, ConsoleColor foreground, ConsoleColor background)

or

Example:

using Console = EzConsole.EzConsole;

This will not require any change in your program. Everything you need to do now is changing the Write calls that you want colorized!

About

Extends the default System.Console with color support, new methods and better functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages