UNPKG

473 BTypeScriptView Raw
1/// <reference types="node" />
2export declare const getRepoName: (repo: string) => string;
3export declare const cloneOrPull: (repo: string) => Promise<void>;
4export declare const runYarnInstall: (repo: string) => import("child_process").SpawnSyncReturns<Buffer>;
5export declare const runYarnCi: (repo: string) => import("child_process").SpawnSyncReturns<Buffer>;
6export declare const runYarnAddGdScripts: (repo: string) => import("child_process").SpawnSyncReturns<Buffer>;