T3mmyvsa.CLI
1.0.5
dotnet tool install --global T3mmyvsa.CLI --version 1.0.5
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local T3mmyvsa.CLI --version 1.0.5
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=T3mmyvsa.CLI&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package T3mmyvsa.CLI --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
T3mmyvsa.CLI
A CLI tool for scaffolding entities and features in T3mmyVSA projects.
Installation
dotnet tool install -g T3mmyvsa.CLI
Usage
Create an Entity
dotnet t3mmyvsa make:entity User
This scaffolds:
Entities/User.csConfigurations/UserConfiguration.cs- Updates
AppDbContext.cs
Create a Feature
dotnet t3mmyvsa make:feature User
This scaffolds full CRUD:
Features/Users/CreateUser/(Command, Handler, Endpoint, Validator)Features/Users/GetUsers/(Query, Handler, Endpoint)Features/Users/GetUser/(Query, Handler, Endpoint)Features/Users/UpdateUser/(Command, Handler, Endpoint, Validator)Features/Users/DeleteUser/(Command, Handler, Endpoint)
Requirements
- .NET 10.0+
- Must be run from a T3mmyVSA project directory
License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.