xyDocGen 1.0.43
See the version list below for details.
dotnet tool install --global xyDocGen --version 1.0.43
dotnet new tool-manifest
dotnet tool install --local xyDocGen --version 1.0.43
#tool dotnet:?package=xyDocGen&version=1.0.43
nuke :add-package xyDocGen --version 1.0.43
xyDocumentor
xyDocumentor is an open source CLI tool for generating API documentation from C# projects.
It supports Markdown, HTML, PDF, and JSON output.
Scans all C# files in the specified root directory and all its subfolders.
Extracts all types and nested types, methods, properties, events, fields, etc.
Collects the XML Comments from the project.
Generates a tree to visualize the project structure.
Usage example:
(Sample for easiest input to generate everything according to the standard settings) xydocgen =====>>>>> xydocgen --root [current working directory] --folder docs --subfolder api --exclude .git;bin;obj;node_modules;.vs;TestResults --format md
(Use dotnet at the start when installed locally) dotnet xydocgen --root . --out docs/api --exclude .git;bin;obj;node_modules;.vs;TestResults
(add this keyword to exclude non public) xydocgen --private
(Choose your output flavour) xydocgen --format [json/pdf/html/md]
(Another Sample) xydocgen --root X://User/TestPrograms/TestRoot--out TestFolder/TestSubFolder
(Output a list of commands, discard other commands written with it) xydocgen --help
Changes
- Now every format has its own folder
- Generate multiple formats in one go
Planned features & improvements
Parameters
- Adding parameters to output index and/or tree into the console
- Adding parameters to only output the index or only the tree
- By using the --info flag output this readme file
- Adding a flag to only output the target(s) in the console
Upgrades
- Reading and outputting the remarks
- Upgrading the visual result of the outputs
- Generate documentation in multiple formats at once
Changing the structure:
- Moving the output of index and tree into the first level
- subfolder for each format
Installation
Local:
dotnet new tool-manifest dotnet tool install --local xyDocGen --version 1.0.xx
Global:
dotnet tool install --global xyDocGen --version 1.0.xx
Update
Checking the Version of installed dotnet tools
dotnet list tool [--local/--global]
Updating the Version
dotnet tool update xydocgen [--local/--global]
Problems
There is currently no format subfolder being used and the pdf folders lie in the docs folder The api folder is useless and needs to be removed, if there is no replacement from the input
Author
ThrashingLaggard https://github.com/ThrashingLaggard
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.45 | 46 | 10/31/2025 |
| 1.0.44 | 46 | 10/31/2025 |
| 1.0.43 | 100 | 10/31/2025 |
| 1.0.42 | 119 | 10/26/2025 |
| 1.0.41 | 116 | 10/25/2025 |
| 1.0.40 | 85 | 10/25/2025 |
| 1.0.37 | 156 | 10/23/2025 |
| 1.0.36 | 159 | 10/22/2025 |
| 1.0.35 | 145 | 10/22/2025 |
| 1.0.34 | 149 | 10/22/2025 |
| 1.0.33 | 150 | 10/22/2025 |
| 1.0.32 | 158 | 10/21/2025 |
| 1.0.31 | 151 | 10/21/2025 |
| 1.0.30 | 158 | 10/21/2025 |
| 1.0.29 | 157 | 10/16/2025 |
| 1.0.28 | 164 | 10/14/2025 |
| 1.0.27 | 146 | 10/12/2025 |
| 1.0.25 | 97 | 10/12/2025 |
| 1.0.23 | 101 | 10/11/2025 |
| 1.0.22 | 100 | 10/11/2025 |
| 1.0.21 | 157 | 10/9/2025 |