@oresoftware/fame
v0.0.110
Published
Provides git committer stats via command line.
Downloads
1
Maintainers
Readme
🎟 Fame - a tool for displaying git log information by author
- Fame Fame Fame Fame Fame Fame Fame Fame Fame Fame Fame Fame Fame Fame Fame Fame Fame Fame Fame Fame
This command line tool is similar to git fame
, but this is much faster.
People were complaining that the ruby/python tools were too slow, so I wrote this.
Installation
$ npm install -g fame
Usage
By default, a table is printed to the console. If you want JSON output, use the --json flag.
fame --json
Info for all commits by "alex" on master
fame --author=alex
Info for all commits on dev branch by a particular author
fame --branch=dev --author=alex
Info for all commits for multiple authors
fame --author=donnie --author=ronnie --author=jonnie
Info for all matching files
fame --match="\.js"
Info for all files that end with
fame --extension=".js"