An open API service indexing awesome lists of open source software.

https://github.com/perryflynn/perrysnetconsolehtml

Write output of https://github.com/perryflynn/PerrysNetConsole as html
https://github.com/perryflynn/perrysnetconsolehtml

console csharp extension html netstandard

Last synced: 12 months ago
JSON representation

Write output of https://github.com/perryflynn/PerrysNetConsole as html

Awesome Lists containing this project

README

          

This extension for [PerrysNetConsole](https://github.com/perryflynn/PerrysNetConsole)
generates from the console application output a fancy HTML file.

This project is also available as [nuget Package](https://www.nuget.org/packages/PerrysNetConsoleHtml).

```cs
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](./docs/demo.jpg)