repomix
Version:
A tool to pack repository contents to single file for AI consumption
9 lines (8 loc) • 606 B
TypeScript
export declare const toKebabCase: (str: string) => string;
export declare const validateSkillName: (name: string) => string;
export declare const generateProjectName: (rootDirs: string[]) => string;
export declare const generateSkillDescription: (_skillName: string, projectName: string) => string;
export declare const generateProjectNameFromUrl: (remoteUrl: string) => string;
export declare const extractRepoName: (url: string) => string;
export declare const generateDefaultSkillNameFromUrl: (remoteUrl: string) => string;
export declare const generateDefaultSkillName: (rootDirs: string[]) => string;