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

16 lines (14 loc) • 350 B
// @ts-check /** @type {import('../../lib/types/settings').SettingsFile} */ module.exports = { opts: { newFolder: false, }, prompts: [], events: { // async onRender(tps) {}, // async onBuildPathRender(tps, { buildPath }) {}, // async onBuildPathRendered(tps, { buildPath }) {}, // async onRendered(tps, { dest, buildPaths }) {} }, };