UNPKG

create-clean-nest

Version:

NestJS template with Clean Architecture principles

6 lines (5 loc) 131 B
import { Controller } from "@nestjs/common"; @Controller('auth') export class AuthController { // Example of controller file }