Skip to content

feat: add NestJS generator with modules, controllers, services, and DTOs - #9

Open
dev-queiroz wants to merge 1 commit into
mainfrom
feature/add-nestjs-generator
Open

feat: add NestJS generator with modules, controllers, services, and DTOs#9
dev-queiroz wants to merge 1 commit into
mainfrom
feature/add-nestjs-generator

Conversation

@dev-queiroz

Copy link
Copy Markdown
Owner
  • Implemented generateNest function to create NestJS project structure based on Forge contracts.
  • Added templates for modules, controllers, services, and DTOs.
  • Introduced type mapping for Forge types to TypeScript types.
  • Created a writer function to handle file system operations for generated files.
  • Developed tests to validate the generation of NestJS components and CLI commands.

- Implemented `generateNest` function to create NestJS project structure based on Forge contracts.
- Added templates for modules, controllers, services, and DTOs.
- Introduced type mapping for Forge types to TypeScript types.
- Created a writer function to handle file system operations for generated files.
- Developed tests to validate the generation of NestJS components and CLI commands.
@dev-queiroz dev-queiroz linked an issue Jun 7, 2026 that may be closed by this pull request
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(generator): add NestJS project bootstrap layer (production-ready output)

1 participant