vue-complexity
v1.0.2
Published
List vue files that exceed cyclomatic complexity.
Readme
List vue files that exceed cyclomatic complexity, where we define the cyclomatic complexity of vue files as the number of appearances of v-if/v-else-if/v-for.
Usage
cd path/to/vue/project
npx vue-complexityIf you would like to specify the cyclomatic complexity, please run the command as following:
cd path/to/vue/project
npx vue-complexity {the number of complexity}