You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**DendroDocs.Tool** is the successor to the [Living Documentation Analyzer](https://www.nuget.org/packages/LivingDocumentation.Analyzer), providing a solution for analyzing dotnet projects and generating detailed JSON outputs.
4
+
This tool is a key component of the DendroDocs ecosystem, designed to bridge the gap between evolving code and up-to-date documentation.
5
+
6
+
## Features
7
+
8
+
A command-line tool that analyzes dotnet projects or solutions and produces a JSON file that follows the schema defined in the [DendroDocs Schema](https://github.com/dendrodocs/schema) repository.
9
+
10
+
## Shared Code
11
+
12
+
**DendroDocs.Tool** uses the shared library from the [DendroDocs.Shared](https://github.com/dendrodocs/dotnet-shared-lib) repository, ensuring reusability across different parts of the DendroDocs dotnet ecosystem.
13
+
14
+
## Installation
15
+
16
+
Install **DendroDocs.Tool** as a dotnet global tool:
The output of **DendroDocs.Tool** is a comprehensive JSON file that conforms to the schema defined in the [DendroDocs Schema](https://github.com/dendrodocs/schema).
31
+
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.
32
+
33
+
## The DendroDocs Ecosystem
34
+
35
+
**DendroDocs.Tool** is part of the broader DendroDocs ecosystem.
36
+
Explore [DendroDocs](https://github.com/dendrodocs) to find more tools, libraries, and documentation resources that help you bridge the gap between your code and its documentation.
37
+
38
+
## Contributing
39
+
40
+
Contributions are welcome! Please feel free to create [issues](https://github.com/dendrodocs/dotnet-tool/issues) or [pull requests](https://github.com/dendrodocs/dotnet-tool/pulls).
0 commit comments