Purpose
Add a complete feature slice to an existing NEAN project with all layers wired up and tests included.
Arguments
feature-name— Feature name in kebab-case (e.g.,user-profile,invoice)--no-ui— Skip Angular components (API-only feature)--no-api— Skip NestJS module (frontend-only feature)--no-entity— Skip TypeORM entity (use existing entity)
What gets created
Default (all layers)
libs/shared/types/src/<feature>.dto.ts # DTOs + interfac
[Description truncada. Veja o README completo no GitHub.]