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
                    
if you are setting up this repo
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
                    
nuke :add-package T3mmyvsa.CLI --version 1.0.5
                    

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.cs
  • Configurations/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 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.

Version Downloads Last Updated
1.0.5 129 12/29/2025
1.0.4 107 12/29/2025