Skip to content

Calculates cyclomatic complexity metrics (CCM) for JavaScript

Notifications You must be signed in to change notification settings

joakimkarlsson/ccmjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Calculates cyclomatic complexity metrics (CCM) for JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published