1.0.2 • Published 6 years ago

code-focus v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

code-complexity

List code source files you should focus on.

Install

$ npm install --global code-complexity

Usage

  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