quallaa-cli
Version:
Sets up core infrastructure services for AI-assisted development
6 lines • 433 B
TypeScript
import { ServiceSetupResult } from '../types';
export declare function setupGitHub(): Promise<ServiceSetupResult>;
export declare function createGitHubRepo(name: string, description: string, isPrivate?: boolean): Promise<any>;
export declare function initializeGitRepo(projectPath: string): Promise<void>;
export declare function pushToGitHub(projectPath: string, repoUrl: string): Promise<void>;
//# sourceMappingURL=github.d.ts.map