Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.54 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.54 KB

NW.MarkdownTables

Library Client
codecoverage_library.svg codecoverage_client.svg

Contact: numbworks@gmail.com

Revision History

Date Author Description
2020-12-27 numbworks Created.
2021-10-11 numbworks Version numbers removed.
2024-01-18 numbworks Updated to v3.0.0.

In Short

From the documentation:

NW.MarkdownTables is a library written in C# 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.

Download the source code

I assume you are on Windows, but the library should compile without issues on Linux as well. Please:

  1. Install Git for Windows;
  2. Open Windows Powershell (or Windows 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
  1. Open NW.MarkdownTables.sln with Visual Studio or other IDE;
  2. Done!

Download the binary packages

If you are a .NET developer and you want to use the library from within your projects, the binary packages are available on NuGet.

Getting Started

Other Links