UNPKG

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

Version:

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

5 lines (4 loc) 147 B
import { RunExecutorSchema } from './schema'; export default function runExecutor(options: RunExecutorSchema): Promise<{ success: boolean; }>;