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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package BaseDDD.Cli --version 0.0.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | 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.