UNPKG
@afuteam-nx/plugin-downloadrepos
Version:
latest (0.0.4)
next (0.0.1)
0.0.4
0.0.3
0.0.2
0.0.1
用于下载远程仓库的插件,支持批量下载。
@afuteam-nx/plugin-downloadrepos
/
src
/
executors
/
run
/
schema.d.ts
5 lines
(4 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
export
interface
RunExecutorSchema
{
"localFileReposWithRemotePath"
:
string
,
// 本地需要下载的代码仓库清单
"localFilesDownLoadPath"
:
string
,
// 代码下载的本地文件夹地址
}
// eslint-disable-line