Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neuecc/MarkdownGenerator

Generate markdown from C# binary & xml document for GitHub Wiki.
https://github.com/neuecc/MarkdownGenerator

Last synced: about 2 months ago
JSON representation

Generate markdown from C# binary & xml document for GitHub Wiki.

Awesome Lists containing this project

README

        

MarkdownGenerator
===
Generate markdown from C# binary & xml document for GitHub Wiki.

Sample: See [UniRx/wiki](https://github.com/neuecc/UniRx/wiki)

How to Use
---
Clone and open solution, build console application.

Command Line Argument
- `[0]` = dll src path
- `[1]` = output directory
- `[2]` = regex pattern to select namespaces (optional)

Put .xml on same directory, use document comment for generate.

for example

```
MarkdownGenerator.exe UniRx.dll md
```