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

9 lines (8 loc) • 207 B
import { CommandModule } from 'yargs'; interface InitArgv { force: boolean; global: boolean; verbose: boolean; } declare const _default: CommandModule<object, InitArgv>; export default _default;