Skip to content

fammet-h/vue-complexity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

List vue files that exceed cyclomatic complexity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published