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

10 lines (9 loc) • 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const create_1 = require("../utils/create"); exports.default = { command: '$0 [use] [buildPaths...]', description: 'create a new folder with template', builder: create_1.options, handler: create_1.createHandler, };