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
/
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; }>;