UNPKG

@jasondark/proompt

Version:

CLI tool for running AI prompts with structure and repeatability

10 lines 311 B
export interface RepomixOptions { outputPath: string; workingDirectory?: string; excludePatterns?: string[]; } /** * Execute repomix library to pack repository into XML format */ export declare const executeRepomix: (options: RepomixOptions) => Promise<void>; //# sourceMappingURL=repomix.d.ts.map