
A .NET Core application that calculates the percentage of public members and types in your
.NET assembly that have XML comments. I just wanted this badge for my repos :3

It uses Shields.io to generate a badge.
dotnet path\to\DocCover.dll path\to\docs.xml
Command line arguments:
| Argument |
Description |
| --help |
Display the help screen. |
| --version |
Display version information. |
| -x, --xml (pos. 0) |
The XML document to be analyzed. |
| -d, --dll (pos. 1) |
The assembly file to be analyzed. If not specified, the path of the XML document will be used. |
| -o, --outputdir (pos. 2) |
The directory where the generated report should be saved. |
| -s, --badgestyle (pos. 3) |
The style of the generated badge. The following styles are available: plastic, flat, flat-square, for-the-badge, popout, popout-square, social. |