DendroDocs.Tool
0.2.0
Prefix Reserved
dotnet tool install --global DendroDocs.Tool --version 0.2.0
dotnet new tool-manifest
dotnet tool install --local DendroDocs.Tool --version 0.2.0
#tool dotnet:?package=DendroDocs.Tool&version=0.2.0
nuke :add-package DendroDocs.Tool --version 0.2.0
DendroDocs.Tool
DendroDocs.Tool is the successor to the Living Documentation Analyzer, providing a solution for analyzing dotnet projects and generating detailed JSON outputs. This tool is a key component of the DendroDocs ecosystem, designed to bridge the gap between evolving code and up-to-date documentation.
Features
A command-line tool that analyzes dotnet projects or solutions and produces a JSON file that follows the schema defined in the DendroDocs Schema repository.
Shared Code
DendroDocs.Tool uses the shared library from the DendroDocs.Shared repository, ensuring reusability across different parts of the DendroDocs dotnet ecosystem.
Installation
Install DendroDocs.Tool as a dotnet global tool:
dotnet tool install --global DendroDocs.Tool
Example usage
dendrodocs-analyze --solution G:\DendroDocs\dotnet-shared-lib\DendroDocs.Shared.sln --output shared.json --pretty --verbose --exclude G:\DendroDocs\dotnet-shared-lib\build\_build.csproj
Output
The output of DendroDocs.Tool is a comprehensive JSON file that conforms to the schema defined in the DendroDocs Schema. This JSON file provides a representation of your source code, which can be used to generate various types of documentation or integrate with other tools in your development pipeline.
The DendroDocs Ecosystem
DendroDocs.Tool is part of the broader DendroDocs ecosystem. Explore DendroDocs to find more tools, libraries, and documentation resources that help you bridge the gap between your code and its documentation.
Contributing
Contributions are welcome! Please feel free to create issues or pull requests.
License
This project is licensed under the MIT License.
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.