jatg
Version:
Just Another Template Generator
4 lines (3 loc) • 314 B
TypeScript
import type { Ora } from 'ora';
import { TemplateModel } from '../models/template.model.js';
export declare function processTemplateFile(template: TemplateModel, variables: Map<string, string>, inputPath: string, baseOutputPath: string, relativeOutputPath: string, overwrite: boolean, ora?: Ora): Promise<string>;