UNPKG
@afuteam-nx/plugin-fetch-repos
Version:
latest (0.0.7)
next (0.0.6)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
批量获取远程仓库信息,支持配置 groupId, projectid,以及黑白名单
@afuteam-nx/plugin-fetch-repos
/
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"
}
}
}