UNPKG

lorehub

Version:

Capture and surface the collective wisdom of your codebase

9 lines 263 B
export interface ProjectInfo { name: string; path: string; gitRemote?: string; isMonorepo: boolean; provinces: string[]; } export declare function getProjectInfo(projectPath: string): Promise<ProjectInfo>; //# sourceMappingURL=project.d.ts.map