Anto.Abp.Module.Template
1.0.4
dotnet new install Anto.Abp.Module.Template::1.0.4
This package contains a .NET Template Package you can call from the shell/command line.
AbpModuleTemplate
An Experimental ABP module template without DDD. This template can be a good start for a simple module. If you want to create a module with DDD, please use the official template instead.
This template does not follow the Module Development Best Practices & Conventions. Please refer to the official documentation for more information.
Purpose
This template is created for the following purposes:
- To learn how to create Modules for the ABP Application.
- A good starting point to compose a module with other Design Patterns.
- Easy to understand and modify.
How to use
Install the template:
dotnet new -i Anto.Abp.Module.Template
Create a new project:
dotnet new abp-module -n MyModuleName
Limitations
- There is No UI for this module.
-
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.