UNPKG

@nestjs-mod/schematics

Version:

The Nx Plugin for NestJS that contains executors and generators for allowing your workspace to create NestJS-mod applications

5 lines (4 loc) 95 B
export interface InitGeneratorOptions { skipFormat?: boolean; skipPackageJson?: boolean; }