UNPKG

utquidem

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

17 lines (12 loc) 193 B
--- sidebar_position: 2 --- # initGitRepo 初始化当前目录为 Git 仓库。 其类型定义为: ```ts export type AfterForgedAPI = { initGitRepo: () => Promise<void>; ... }; ```