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

3 lines (2 loc) • 125 B
import { Options } from 'yargs'; export declare const getCliArgsFromTemplate: (template: string) => Record<string, Options>;