UNPKG

@afuteam-nx/plugin-downloadrepos

Version:

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

16 lines (15 loc) 348 B
{ "$schema": "https://json-schema.org/schema", "version": 2, "title": "Run executor", "description": "", "type": "object", "properties": { "localFileReposWithRemotePath": {"type": "string"}, "localFilesDownLoadPath": {"type": "string"} }, "required": [ "localFileReposWithRemotePath", "localFilesDownLoadPath" ] }