UNPKG

143 BTypeScriptView Raw
1/**
2 * 创建Git仓库
3 *
4 * @param rootPath 项目根目录
5 */
6export default function createGitRepository(rootPath: string): boolean;