@markusylisiurunen/git-stats
v0.3.1-alpha
Published
See statistics about your git repository.
Downloads
1
Maintainers
Readme
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