BlackFox.ColoredPrintf
0.1.0
Provide a printf replacement with colors.
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"
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package BlackFox.ColoredPrintf -Version 0.1.0
dotnet add package BlackFox.ColoredPrintf --version 0.1.0
paket add BlackFox.ColoredPrintf --version 0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
First version
Dependencies
-
- BlackFox.MasterOfFoo (>= 0.1.2 && < 0.2.0)
- FSharp.Core (>= 4.0.0 && < 5.0.0)