Anto.Abp.Module.Template 1.0.3

dotnet new install Anto.Abp.Module.Template::1.0.3
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.
  • net7.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.

Version Downloads Last updated
1.0.3 717 4/8/2023
1.0.2 137 4/8/2023
1.0.1 174 4/8/2023