ccm

2.2.0 • Public • Published

ccm

Build Status

Calculates cyclomatic complexity metrics (CCM) for JavaScript.

Installation

$ npm install -g ccm

Command line options

ccm --files "path/**/of/files/to/include/*.js" --exclude "exclude/**/this" --exclude "this/as/well" --results [NUM]

Output

ccm will parse all files specifed by the --files and --exclude arguments and list the functions that has the highest ccm. The number of functions to include in the result is specified by --results.

Readme

Keywords

none

Package Sidebar

Install

npm i ccm

Weekly Downloads

0

Version

2.2.0

License

MIT

Last publish

Collaborators

  • jhkarlsson