UNPKG

repoweaver

Version:

A GitHub App that skillfully weaves multiple templates together to create and update repositories with intelligent merge strategies

12 lines 450 B
import { BootstrapOptions, BootstrapResult } from './types'; export declare class Bootstrapper { private templateManager; private git; constructor(); bootstrap(options: BootstrapOptions): Promise<BootstrapResult>; updateRepository(options: BootstrapOptions): Promise<BootstrapResult>; private processTemplateUpdate; private initializeGitRepository; private isGitRepository; } //# sourceMappingURL=bootstrapper.d.ts.map