UNPKG

templates-mo

Version:

Templates is a scaffolding framework that makes code generation simple, dynamic, and reusable. Generate files, parts of your app, or whole project structures—without the repetitive copy-pasting

11 lines (10 loc) • 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const new_commands_1 = require("./new_commands"); exports.default = { command: 'new <command>', description: 'create a new template | package', builder: (yargs) => yargs.command(new_commands_1.commands), // eslint-disable-next-line @typescript-eslint/no-empty-function handler() { }, };