Skip to content

antosubash/abp-module-template

Repository files navigation

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.

About

An Experimental ABP module without DDD.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages