What problem does it solve?
This Skill provides a robust template for creating reusable ABP Framework modules, ensuring extensibility, database independence, and adherence to best practices for module development.
Core Features & Use Cases
- Reusable Module Structure: Standardized directory layout for domain, application, and infrastructure layers.
- Database Agnosticism: Supports both Entity Framework Core and MongoDB implementations.
- Extensibility: Employs virtual methods and the object extension system for easy customization by consumers.
- Configuration: Utilizes the options pattern for module configuration and supports table/collection prefixing.
- Use Case: Develop a new, shareable module for an e-commerce platform (e.g., a "Product Catalog" module) that can be easily integrated into different ABP applications.
Quick Start
Use the abp-module skill to generate a new ABP reusable module with EF Core and MongoDB support.