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
/
executors.json
10 lines
(9 loc)
•
187 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"executors"
:
{
"run"
:
{
"implementation"
:
"./src/executors/run/executor"
,
"schema"
:
"./src/executors/run/schema.json"
,
"description"
:
"run executor"
}
}
}