PerrysNetConsoleHtml

Write output of PerrysNetConsole as fancy HTML


Keywords
c#, .net, console, perrysnetconsole, html, csharp, extension, netstandard
License
MIT
Install
Install-Package PerrysNetConsoleHtml -Version 2.1.0

Documentation

This extension for PerrysNetConsole generates from the console application output a fancy HTML file.

This project is also available as nuget Package.

using (var writer = new CoExHtmlWriter() { Title = "A fancy demo" })
{
    CoEx.WriteTitleLarge("A fancy demo");
    CoEx.WriteLine();
    CoEx.WriteTable(tabledata);

    writer.SaveAs(target);
}

Demo

Demo image