UNPKG

@schemifyjs/schematics

Version:

Reusable schematics for scaffolding SchemifyJS projects.

7 lines (6 loc) 233 B
export interface TemplateGenerationOptions { schematicPath: string; outputPath: string; replacements: Record<string, string>; } export declare function SchematicEngine(schemify: TemplateGenerationOptions): Promise<void>;