UNPKG

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

Version:

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

25 lines (23 loc) 604 B
{ "$schema": "https://json-schema.org/schema", "version": 2, "title": "Run executor", "description": "", "type": "object", "properties": { "fileType": {"type": "string", "enum": ["json", "toml"], "description": "文件类型"}, "fileName": {"type": "string"}, "targetKey": {"type": "string"}, "localFileRepoListPath": {"type": "string"}, "localAllReposCodePath": {"type": "string"}, "resultPath": {"type": "string"} }, "required": [ "fileType", "fileName", "targetKey", "localFileRepoListPath", "localAllReposCodePath", "resultPath" ] }