1.0.2 • Published 8 years ago
code-focus v1.0.2
code-complexity
List code source files you should focus on.
Install
$ npm install --global code-complexityUsage
  Usage: code-complexity <dir>
  Options:
    -l, --limit [limit]  Limit the number of files to output
    -d, --details        Show the number of commit and computed sloc
    -h, --help           output usage information
  Examples:
    $ code-complexity /path/to/git/directory
    $ code-complexity /path/to/git/directory --limit 3
    $ code-complexity /path/to/git/directory --details