Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 952 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 952 Bytes

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.