export interface RepoTemplate { name: string; filePath: string; fileName: string; outputFileName?: string; }