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

11 lines (10 loc) • 282 B
import { CommandModule } from 'yargs'; interface ListArgv { global: boolean; local: boolean; default: boolean; nodeModules: boolean; } export declare const BANNED_TEMPLATES: string[]; declare const _default: CommandModule<object, ListArgv>; export default _default;