Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neuecc/MarkdownGenerator
Generate markdown from C# binary & xml document for GitHub Wiki.
https://github.com/neuecc/MarkdownGenerator
Last synced: 7 days ago
JSON representation
Generate markdown from C# binary & xml document for GitHub Wiki.
- Host: GitHub
- URL: https://github.com/neuecc/MarkdownGenerator
- Owner: neuecc
- License: mit
- Created: 2016-05-20T14:11:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T06:07:05.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T11:43:05.907Z (16 days ago)
- Language: C#
- Size: 21.5 KB
- Stars: 192
- Watchers: 13
- Forks: 56
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```