1.0.2 • Published 7 months ago

vue-complexity v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

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-complexity

If 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}
1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago