FluentConsole
.White.Background
.Green.Line("Hello there!");
FluentConsole
.White.Text("Fluent")
.Red.Text("Console");
var console = FluentConsole.Instance;
console.Blue.Line(1);
console.Cyan.Line(2);
FluentConsole
.White.Text("Result: ")
.With(c => result.IsSuccess ? c.Green : c.Red)
.Line(result.Code)
https://www.nuget.org/packages/FluentConsole/
Install-Package FluentConsole
About
FluentConsole.Green.Line("Hello World!")
Resources License Stars Watchers ForksYou can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4