@nodearch/cli
Version:
nodearch cli
10 lines • 358 B
TypeScript
export declare class GitHubService {
private readonly githubRepoUrl;
listTemplates(): Promise<any>;
downloadTemplate(downloadPath: string, templateName: string): Promise<void>;
private getDirPathInfo;
private getPathInfo;
private downloadFile;
private removeWorkspaceFromPackageJson;
}
//# sourceMappingURL=github.service.d.ts.map