api-feature-module

Installation
SKILL.md

Feature Module

Purpose

Generate a NestJS feature module that imports CqrsModule, registers all command/query handlers, event handlers, and exports services and repositories for other modules to use.

When to Use

  • Creating new feature modules
  • Setting up module dependencies
  • Configuring CQRS module for a feature
  • Organizing module providers and exports

What It Generates

apps/api/src/modules/{feature}/{feature}.module.ts
Installs
1
GitHub Stars
1
First Seen
Mar 12, 2026
api-feature-module — rimthan-lab/rimthan-plugins