0.0.110 • Published 7 years ago
@oresoftware/fame v0.0.110
🎟 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 FameThis 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 fameUsage
By default, a table is printed to the console. If you want JSON output, use the --json flag.
fame --jsonInfo for all commits by "alex" on master
fame --author=alexInfo for all commits on dev branch by a particular author
fame --branch=dev --author=alexInfo for all commits for multiple authors
fame --author=donnie --author=ronnie --author=jonnieInfo for all matching files
fame --match="\.js"Info for all files that end with
fame --extension=".js"