Purpose
Add a complete feature slice to an existing MERN 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 UI components (API-only feature)--no-api— Skip API route (frontend-only feature)--no-model— Skip Mongoose model (use existing model)
What gets created
Default (all layers)
packages/shared/schemas/<feature>.ts # Zod schemas + inferred types
[Description truncada. Veja o README completo no GitHub.]