Fastify generators for Baseplate
npm install @baseplate-dev/fastify-generatorsThis package provides Fastify-based backend code generators for Baseplate projects.
The fastify-generators package provides:
- Fastify server setup and configuration
- API route generation with full CRUD operations
- GraphQL schema and resolver generation
- Authentication middleware and guards
- Database integration with Prisma
- Service layer architecture generation
- RESTful API endpoint generation
- GraphQL API with type-safe resolvers
- Authentication and authorization setup
- Database models and migrations
- Service pattern implementation
- Error handling and validation
This package is part of the Baseplate monorepo and generates the backend Node.js/Fastify code for Baseplate projects.