Facility supports tools for generating GitHub Flavored Markdown from Facility Service Definitions.
Generate Markdown for your Facility Service Definition by doing one of the following:
fsdgenmd
tool on the command line or in a build script.Facility.CodeGen.Markdown
.NET library (NuGet Package) in your own build tool.fsdgenmd
is a command-line tool that generates Markdown for a Facility Service Definition.
Install fsdgenmd
as documented from its NuGet package.
fsdgenmd
generates multiple Markdown files and supports the standard command-line options as well as the following additional command-line options:
--nohttp
: Omits HTTP documentation.