Library | Client |
---|---|
Contact: [email protected]
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.MarkdownTables
is 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 Terminal
or 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.sln
withVisual Studio
or 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.