Bca.Text
0.1.0
dotnet add package Bca.Text --version 0.1.0
NuGet\Install-Package Bca.Text -Version 0.1.0
<PackageReference Include="Bca.Text" Version="0.1.0" />
paket add Bca.Text --version 0.1.0
#r "nuget: Bca.Text, 0.1.0"
// Install Bca.Text as a Cake Addin #addin nuget:?package=Bca.Text&version=0.1.0 // Install Bca.Text as a Cake Tool #tool nuget:?package=Bca.Text&version=0.1.0
Powershell module to format text and display messages with custom colors.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.0 | 527 | 9/25/2020 |
0.1.0:
- First version supports:
- Show message, information, success, warning, error, question (with or without choices, supporting default choice and help) and unspecified;
- Format string (left, right and center align);
- Split string on multiple lines;
- Convert and test colors;
- Write on host using custom colors (as opposed to only supporting ConsoleColor).