CommandGenerator 1.0.5
dotnet tool install --global CommandGenerator --version 1.0.5
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 CommandGenerator --version 1.0.5
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CommandGenerator&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package CommandGenerator --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CommandGenerator
This tool is designed to generate commands and queries for your .NET projects.
Features
- Automatically generates command and query classes.
- Supports namespace customization based on your project structure.
Usage
ea-command-generator <CommandName> --type <command|query>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.