UNPKG

rulefy

Version:

Transform GitHub repositories into cursor rules instructions in markdown

2 lines (1 loc) 199 B
export declare function generateWithLLM(repoContent: string, guidelines: string, outputDir?: string, description?: string, ruleType?: string, provider?: string, chunkSize?: number): Promise<string>;