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

8 lines (7 loc) • 199 B
import { CommandModule } from 'yargs'; interface NewPackageArgv { template: string; package: string; } declare const _default: CommandModule<object, NewPackageArgv>; export default _default;