BaseDDD.Cli 0.0.11

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

How to start developing:

Must run: git config core.hooksPath .githooks chmod +x .githooks/pre-commit

Install locally for testing: chmod +x scripts/install-local.sh ./scripts/install-local.sh

Manually install: dotnet build dotnet pack dotnet tool uninstall --global baseddd.cli dotnet tool update --global --add-source ./nupkg BaseDDD.Cli

baseddd new <ProjectName> baseddd lint baseddd verify baseddd doctor

Command Responsibility
new Generate strict project structure
lint Validate folder + layer rules
verify Validate architecture + required tests
doctor Diagnose missing observability or config

Usage: baseddd new MyApi --owner "<OwnerName>" --license "<License>" Owner is defaulted to OS base dir name License is defaulted to 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
0.0.11 235 3/11/2026
0.0.10 116 3/10/2026
0.0.9 108 3/10/2026
0.0.8 107 3/10/2026
0.0.7 109 3/10/2026
0.0.6 116 3/10/2026
0.0.5 108 3/9/2026
0.0.4 110 3/9/2026
0.0.3 110 3/9/2026
0.0.2 106 3/9/2026
0.0.1 110 3/9/2026