UNPKG

nestx-schematics

Version:

another schematic collection with different style-set of official nestjs/nest

11 lines (10 loc) 295 B
{ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "application": { "factory": "./lib/application/application.factory#main", "description": "Create a Nest application", "schema": "./lib/application/schema.json" } } }