Minimod.PrettyText 2.0.1

dotnet add package Minimod.PrettyText --version 2.0.1
NuGet\Install-Package Minimod.PrettyText -Version 2.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Minimod.PrettyText" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Minimod.PrettyText --version 2.0.1
#r "nuget: Minimod.PrettyText, 2.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Minimod.PrettyText as a Cake Addin
#addin nuget:?package=Minimod.PrettyText&version=2.0.1

// Install Minimod.PrettyText as a Cake Tool
#tool nuget:?package=Minimod.PrettyText&version=2.0.1

Extends System.String/IEnumerable<string> by following methods:
   
     a) ShortenTo(int length, string hint = "..."):
          Crops a text to fit into certain number of chars. Appends 'hint' if it has to be cropped;
     
     b) WrapAt(int margin):
          Nicely wraps a text at the given margin. Tries not to split in the middle of words.
     
     c) SplitLines, JoinLines:
          Splits a string into a list of lines; or joins it. Both using Environment.NewLine
     
     d) IEnumerable<string>.IndentBy(int leadingChars):
          Indents a each of a list of lines by given number of spaces.
          
     e) string.IndentLinesBy(int leadingChars):
          Indents each line in the string by given number of spaces.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Minimod.PrettyText:

Package Downloads
Minimod.PrettyPrint

Creates nice textual representations of any objects. Mostly meant for debug/informational output.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 2,525 3/15/2016
2.0.0 7,711 9/25/2012
1.0.0 2,101 8/4/2011
0.9.9 1,586 8/3/2011
0.9.8 1,510 7/27/2011
0.9.7 1,540 7/7/2011
0.9.6 1,609 7/4/2011
0.9.5 1,595 7/4/2011
0.9.3 1,520 7/4/2011
0.9.2 3,248 7/4/2011