UNPKG

rxcc

Version:

A tool to pack repository contents to single file for AI consumption

11 lines 566 B
import { execFile } from 'node:child_process'; export declare const getFileChangeCount: (directory: string, maxCommits?: number, deps?: { execFileAsync: typeof execFile.__promisify__; }) => Promise<Record<string, number>>; export declare const isGitInstalled: (deps?: { execFileAsync: typeof execFile.__promisify__; }) => Promise<boolean>; export declare const execGitShallowClone: (url: string, directory: string, remoteBranch?: string, deps?: { execFileAsync: typeof execFile.__promisify__; }) => Promise<void>; //# sourceMappingURL=gitCommand.d.ts.map