README

https://opensource-gag.vsrm.visualstudio.com/_apis/public/Release/badge/a0abf88a-63d6-43df-b19f-05333a391f0a/1/1

How i Install?

dotnet tool install --global AssemblyXml2Doc

How I use?

First Option

  1. Access the project directory with you command line tool
  2. run: AssemblyXml2Doc --output=C:\yourdirectory

All Options


AssemblyXml2Doc write --path='.\' --file='*.xml' --output='..\myDocs\' --format='.md'
    # --path [optional] - This is path from xml documentation. 
    #    Default is current directory
    # --output [optional] - This is destiny for created files. 
    #    Default is equals --path
    # --file [optional] - This is file name pattern, the tool will read all documents with match value. 
    #    Default *.xml
    # --format [optional] - this is the format output.
    #    Possible values is '.md'