0.0.3 • Published 10 years ago
nloc v0.0.3
nloc
Installation
globally
$ npm install --global nloclocally
$ npm install nlocUsage
Usage: nloc [options] <file|directory>
Options:
  -h, --help                   output usage information
  -V, --version                output the version number
  -d, --details                print loc per file
  -e, --exclude <expressions>  comma-seperated list of expression to exclude
  -f, --format <format>        /^(simple|clitable|json)$/i
  --with-encoding              include encoding information for each file
Examples:
  $ nloc --help
  $ nloc -hContribution
Issue, Fork, Pull Request...