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 # if you are setting up this repo
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
nuke :add-package CodeDiagramCreator --version 0.0.6

README for CodeDiagramCreator

Introduction

Key Features

  • Support for Multiple File Types: The application can process .cs, .sln, .csproj, .dll, and .exe files. For directories, it automatically includes all .cs files 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 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. 
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 83 5/23/2024