@markusylisiurunen/git-stats

0.3.1-alpha • Public • Published

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
  -s, --since    output stats from given start date (and optional time)

Examples:

  $ git-stats author
  $ git-stats -i "**/*.js" -i "*.py" -e "**/config.js" -s "2018-04-20 04:20" author files

License

MIT

Package Sidebar

Install

npm i @markusylisiurunen/git-stats

Weekly Downloads

1

Version

0.3.1-alpha

License

MIT

Unpacked Size

13.3 kB

Total Files

12

Last publish

Collaborators

  • markusylisiurunen