jussisaurio / git-stats

See statistics about your git repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm version npm dependencies github issues license

Install

$ npm i -g @markusylisiurunen/git-stats

or with npx

$ npx @markusylisiurunen/git-stats author

Usage

Usage: git-stats [options] <command> [command...]

Commands:

  author  print statistics by author
  files   print statistics by file

Options:

  -h, --help     output usage information
  -i, --include  glob of files to include
  -e, --exclude  glob of files to exclude

Examples:

  $ git-stats author
  $ git-stats -i "**/*.js" -i "*.py" -e "**/config.js" author files

License

MIT

About

See statistics about your git repository.

License:MIT License


Languages

Language:JavaScript 100.0%