Tada 0.2.2

dotnet tool install --global Tada --version 0.2.2
                    
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 Tada --version 0.2.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Tada&version=0.2.2
                    
nuke :add-package Tada --version 0.2.2
                    

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

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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
0.2.2 3,963 11/5/2024
0.2.1 304 9/24/2024
0.2.0 155 9/12/2024
0.1.0 167 7/14/2024