Tada.TemplatePack 0.2.2

dotnet new install Tada.TemplatePack::0.2.2
                    
This package contains a .NET Template Package you can call from the shell/command line.

Tada

Tada workflow

A CLI that creates a dotnet solution built on clean architecture. Under the hood, it uses dotnet templates to create the solution.

Every Tada solution contains

  • Database setup (Sql Server[Default], Mysql Or Postgres)
  • Api project with swagger configuration

Prerequisites

Quick Start

  • Install the CLI

    dotnet tool install Tada --global

  • Install the templates

    tada install

  • Create a new tada solution

    tada new ${solutionName} --dbtype sqlserver|mysql|postgres

    • Run this command in an empty directory

    • Sql Server is the default option

CLI Command Reference

Add commands

tada add service
tada add repository
tada add entity
tada add infrastructure

Database commands

tada db add
tada db update
tada db remove
tada db revert
tada db shell

References

  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.2 216 11/5/2024
0.2.1 235 9/24/2024
0.2.0 175 9/12/2024
0.1.0 222 7/14/2024