UNPKG
@afuteam-nx/plugin-code-complexity
Version:
latest (0.0.2)
next (0.0.1)
0.0.2
0.0.1
对代码仓库执行代码质量的复杂度检查,支持批量项目。
@afuteam-nx/plugin-code-complexity
/
executors.json
10 lines
(9 loc)
•
187 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"executors"
:
{
"run"
:
{
"implementation"
:
"./src/executors/run/executor"
,
"schema"
:
"./src/executors/run/schema.json"
,
"description"
:
"run executor"
}
}
}