BlackFox.ColoredPrintf
1.0.3
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"
Install-Package BlackFox.ColoredPrintf -Version 1.0.3
dotnet add package BlackFox.ColoredPrintf --version 1.0.3
<PackageReference Include="BlackFox.ColoredPrintf" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlackFox.ColoredPrintf --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BlackFox.ColoredPrintf, 1.0.3"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Include pdb files in package (With SourceLink)
Include XmlDoc in package
Dependencies
-
.NETFramework 4.5
- BlackFox.MasterOfFoo (>= 1.0.2 && < 2.0.0)
- FSharp.Core (>= 4.0.0.1 && < 5.0.0)
-
.NETStandard 2.0
- BlackFox.MasterOfFoo (>= 1.0.2 && < 2.0.0)
- FSharp.Core (>= 4.2.3 && < 5.0.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BlackFox.ColoredPrintf:
Package | Downloads |
---|---|
Atrous.Core.Logger
Package Description
|
GitHub repositories
This package is not used by any popular GitHub repositories.