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
/
src
/
executors
/
run
/
executor.d.ts
5 lines
(4 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
import
{
RunExecutorSchema
}
from
'./schema'
;
export
default
function
runExecutor
(
options: RunExecutorSchema
):
Promise
<{
success
: boolean; }>;