Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter, covering nestjs starter — github copilot instructions, stack, directory layout, module wiring rules and guard order & auth decorators.
Production-ready NestJS boilerplate — JWT auth, Prisma, Redis, BullMQ, Swagger, i18n, and full AI developer workflows (Claude Code + GitHub Copilot) with spec-driven feature scaffolding.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter, covering nestjs starter — github copilot instructions, stack, directory layout, module wiring rules and guard order & auth decorators.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter: // src/app/config/redis.config.ts import { registerAs } from '@nestjs/config'.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter, a project described as: Production-ready NestJS boilerplate — JWT auth, Prisma, Redis, BullMQ, Swagger, i18n, and full AI developer workflows (Claude Code + GitHub Copilot) with spec-driven feature scaffolding.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter, covering dto conventions, response dtos and request / input dtos.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter, covering interface conventions, request interfaces (src/common/request/interfaces/), response interfaces (src/common/response/interfaces/) and rules.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter: @Module({ imports: [DatabaseModule], controllers: [PostPublicController, PostAdminController], providers: [PostService], exports: [PostService], }) export class PostModule {}.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter, a project described as: Production-ready NestJS boilerplate — JWT auth, Prisma, Redis, BullMQ, Swagger, i18n, and full AI developer workflows (Claude Code + GitHub Copilot) with spec-driven feature scaffolding.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter, a project described as: Production-ready NestJS boilerplate — JWT auth, Prisma, Redis, BullMQ, Swagger, i18n, and full AI developer workflows (Claude Code + GitHub Copilot) with spec-driven feature scaffolding.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter, a project described as: Production-ready NestJS boilerplate — JWT auth, Prisma, Redis, BullMQ, Swagger, i18n, and full AI developer workflows (Claude Code + GitHub Copilot) with spec-driven feature scaffolding.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter, a project described as: Production-ready NestJS boilerplate — JWT auth, Prisma, Redis, BullMQ, Swagger, i18n, and full AI developer workflows (Claude Code + GitHub Copilot) with spec-driven feature scaffolding.
Instructions file
Instructions for hmake98/nestjs-starter, covering claude.md, stack, commands, directory structure and module wiring.