Document Maker first Release
- 1 minDocument Maker
This library is used to create MarkDown and HTML document files from C# code, a technique very useful when you have some data organized in class objects and you want to create a document report for them.
I think that this approach is very much straightforward from data objects to its “on paper” counterparts, with a fluid and simple syntax.
Read more about how to use Document Maker library on its official Github project link, I have written a lot of examples and specific guide about how to use every feature.
Installation
With Package Manager:
Install-Package DocumentMaker -Version 1.0.1
With .NET CLI:
dotnet add package DocumentMaker --version 1.0.1
Manually check it out at Nuget.org