nest-commander-schematics
Version:
A set of schematics for generating questions and commands with the NestJS CLI.
16 lines (15 loc) • 454 B
JSON
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"command": {
"description": "A schematic to generate a command file",
"factory": "./command/index#command",
"schema": "./command/schema.json"
},
"question": {
"description": "A schematic to generate a question file",
"factory": "./question/index#question",
"schema": "./question/schema.json"
}
}
}