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.
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.
Install the template:
dotnet new -i Anto.Abp.Module.Template
Create a new project:
dotnet new abp-module -n MyModuleName
- There is No UI for this module.