Doki is a .NET code documentation framework that allows you to generate documentation from your codebase.
It uses the XML documentation comments in your code to generate documentation in various formats, such as Markdown, JSON, and more.
Install the doki Command-Line Interface:
dotnet tool install --global Doki.CommandLineNote: You can find the latest version of the CLI and how to install it on NuGet.
Set up your repository:
doki initGenerate documentation:
doki gDoki is documented using doki. You can find the generated API documentation here.
You can find the CLI documentation here.
This project is licensed under the MIT license.
