Info
Version: | 2.0.0 |
Author(s): | vbfox |
Last Update: | Thursday, September 5, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/vbfox/ColoredPrintf |
NuGet Url: | https://www.nuget.org/packages/BlackFox.ColoredPrintf |
Install
Install-Package BlackFox.ColoredPrintf
dotnet add package BlackFox.ColoredPrintf
paket add BlackFox.ColoredPrintf
BlackFox.ColoredPrintf Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- BlackFox.MasterOfFoo(>= 1.0.2 && < 2.0.0)
- FSharp.Core(>= 4.0.0.1 && < 5.0.0)
- BlackFox.MasterOfFoo(>= 1.0.2 && < 2.0.0)
- FSharp.Core(>= 4.2.3 && < 5.0.0)
Tags
This library provide a colorprintf function where colors can be set for a range using the syntax :
$foreground;background[text]
For example:
colorprintf "Hello $red[%s]." "world".