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

6 lines (4 loc) • 182 B
import { CommandModule } from 'yargs'; import newTemplate from './template'; import newPackage from './package'; export const commands: CommandModule[] = [newTemplate, newPackage];