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
/
utils
/
index.d.ts
6 lines
(5 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
declare
function
writeRes2SomePath
(
fileName
:
any
,
data
:
any
,
ResDirPath
:
any
):
void
;
declare
const
_default
: {
writeRes2SomePath
:
typeof
writeRes2SomePath; };
export
default
_default;