UNPKG

@afuteam-nx/plugin-pick-keyinfo-from-file-base-repos

Version:

批量统计团队代码仓库中配置文件是否有指定的配置,如 `package.json` 中是否有 依赖 `@afuteam/eslint-plugin-fe` 安装等 支持批量。

9 lines (8 loc) 334 B
export interface RunExecutorSchema { "fileType": string; // 文件类型,支持 json toml格式 "fileName": string; // 文件名 "targetKey": string; // 找的字段名 "localFileRepoListPath": string; // 项目清单 "localAllReposCodePath": string; // 项目地址目录 "resultPath": string; } // eslint-disable-line