@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
8 lines (7 loc) • 658 B
TypeScript
export declare function commit(repositoryDir: string, message: string): boolean;
export declare function commitAndPush(repositoryDir: string, message: string, remotes?: string[]): number;
export declare function resetAndPull(gitDir: string): boolean;
export declare function clone(gitGroupUrl: string | undefined, gitName: string, workingDir: string): void;
export declare function run(repositoryDir: string, args: string, verbose?: boolean): string;
export declare function test(repositoryDir: string, args: string, verbose?: boolean): boolean;
export declare function uidBranchUpdate(repositoryDir: string, subdirectories: any, notHard: boolean): boolean;