Netspark.CleanArchitecture.Scaffold
1.3.1
DotNetTool for scaffolding clean architecture commands and queries along with their test stubs according to the structure of the application presented in NorhwindTraders database on GitHub https://github.com/JasonGT/NorthwindTraders.git by architect Jason Taylor.
dotnet tool install --global Netspark.CleanArchitecture.Scaffold --version 1.3.1
This package contains a .NET Core Global Tool you can call from the shell/command line.
Release Notes
- Controllers and integration tests are generated for each entity (inferred from query name)
- Fixed usings template generator issues
- Fixed integration test generator issues
- Fixed namespace for integration test fixture
- Fixed pathname for controllers in *nix systems
- Added config params for UiSuffix and UiPath
- Added config params for AppPath
Dependencies
This package has no dependencies.