| Library | Client |
|---|---|
Contact: numbworks@gmail.com
| Date | Author | Description |
|---|---|---|
| 2020-12-27 | numbworks | Created. |
| 2021-10-11 | numbworks | Version numbers removed. |
| 2024-01-18 | numbworks | Updated to v3.0.0. |
From the documentation:
NW.MarkdownTablesis a library written inC#to create Markdown tables out of the provided objects.
It makes very easy to format objects in tabular format while logging and to create examples for the documentation of the project while developing it.
I assume you are on Windows, but the library should compile without issues on Linux as well. Please:
- Install Git for Windows;
- Open
Windows Powershell(orWindows Terminalor similar) and type:
PS C:\> mkdir NW.MarkdownTables
PS C:\> cd .\NW.MarkdownTables\
PS C:\NW.MarkdownTables> git clone https://github.com/numbworks/NW.MarkdownTables.git- Open
NW.MarkdownTables.slnwithVisual Studioor other IDE; - Done!
If you are a .NET developer and you want to use the library from within your projects, the binary packages are available on NuGet.