UNPKG

@afuteam-nx/plugin-downloadrepos

Version:

用于下载远程仓库的插件,支持批量下载。

5 lines (4 loc) 223 B
export interface RunExecutorSchema { "localFileReposWithRemotePath": string, // 本地需要下载的代码仓库清单 "localFilesDownLoadPath": string, // 代码下载的本地文件夹地址 } // eslint-disable-line