UNPKG

nest-commander-schematics

Version:

A set of schematics for generating questions and commands with the NestJS CLI.

15 lines 478 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.question = question; const common_1 = require("../common"); class QuestionSchematicsFactory extends common_1.CommonSchematicFactory { constructor() { super(...arguments); this.type = 'questions'; } } function question(options) { const questionFactory = new QuestionSchematicsFactory(); return questionFactory.create(options); } //# sourceMappingURL=index.js.map