This Program is used to generate html from markdown files which are in special folder.
Use Visual Studio 2012 or MSBuild compile MarkDownHtmlGenerator.csproj, then use executable file which is generated in dist folder.
Search MarkDownHtmlGenerator, install it.
You can integrate this tool into your project build progress by invoke in after-build event.
$(SolutionDir)\packages\MarkDownHtmlGenerator.1.0.0\tools\net40\MarkDownHtmlGenerator.exe -v -p $(TargetDir)\Api -s *.md
You can integrate this tool into your CI server(jenkins ...) by add an new windows command batch build step. .\packages\MarkDownHtmlGenerator.1.0.0\tools\net40\MarkDownHtmlGenerator.exe -v -p .\Best.Web.HSServer\Api -s *.md
.Net Framework 4.0
Shi JIyong([email protected]) © Best Logistics Technology Co,.Ltd
Commandline by Giacomo Stelluti Scala
MarkdownDeep by Topten software