CodeDiagramCreator 0.0.6
dotnet tool install --global CodeDiagramCreator --version 0.0.6
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local CodeDiagramCreator --version 0.0.6
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CodeDiagramCreator&version=0.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package CodeDiagramCreator --version 0.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
README for CodeDiagramCreator
Introduction
Key Features
- Support for Multiple File Types: The application can process
.cs,.sln,.csproj,.dll, and.exefiles. For directories, it automatically includes all.csfiles and can perform recursive searches using the '*' wildcard. - Filtering Options: It is possible to include or exclude specific namespaces and classes using wildcards, allowing users to focus on relevant parts of the codebase.
Installation
To install CodeDiagramCreator, you can use NuGet Package Manager. Simply run the following command to install it globally:
dotnet tool install --global CodeDiagramCreator --version 0.0.5
Ensure you have .NET SDK installed on your machine to use this library.
Usage Examples
Here are some examples of how to use the CodeDiagramCreator:
Basic Usage
To generate a diagram with the default settings:
diagram -i "./path/to/source"
Filtering by Namespace
To include only specific namespaces:
diagram -i "./path/to/source" -f "MyNamespace.*,AnotherNamespace.*"
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.6 | 232 | 5/23/2024 |