Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hughbe/html-generator
A library that makes it easy to generate HTML files from C# code
https://github.com/hughbe/html-generator
Last synced: 2 months ago
JSON representation
A library that makes it easy to generate HTML files from C# code
- Host: GitHub
- URL: https://github.com/hughbe/html-generator
- Owner: hughbe
- License: mit
- Created: 2015-09-26T08:15:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T13:41:57.000Z (over 4 years ago)
- Last Synced: 2024-10-08T11:26:24.034Z (4 months ago)
- Language: C#
- Size: 458 KB
- Stars: 30
- Watchers: 8
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# HtmlGenerator
[![Build status](https://ci.appveyor.com/api/projects/status/github/hughbe/html-generator?svg=true)](https://ci.appveyor.com/project/hughbe/html-generator/branch/master) [![Travis Build Status](https://travis-ci.org/hughbe/html-generator.svg?branch=master)](https://travis-ci.org/hughbe/html-generator)A library that simplifies generating complex HTML files from C# code.
![Sceenshot](https://github.com/hughbe/HtmlGenerator/blob/master/resources/screenshots/1.png "Screenshot 1")
Installation Instructions
--------------
#### Nuget
- Run `PM> Install-Package HtmlGenerator` from the Package Manager Console
- Add `using HtmlGenerator;` in all the files you want to use the library.#### DLL
- [Download the *.dll file here](https://github.com/hughbe/html-generator/releases/latest)Contributions
--------------
Please submit issues and pull requests for features, bugs and improvements.