vue-complexity

1.0.2 • Public • Published

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}

Readme

Keywords

Package Sidebar

Install

npm i vue-complexity

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

1.6 kB

Total Files

3

Last publish

Collaborators

  • fammet_h