@oresoftware/fame
TypeScript icon, indicating that this package has built-in type declarations

0.0.110 • Public • Published

🎟 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"

Command line table output looks like this:

Command line JSON output looks like this:

Package Sidebar

Install

npm i @oresoftware/fame

Weekly Downloads

1

Version

0.0.110

License

SEE LICENSE IN LICENSE.md

Unpacked Size

41.5 kB

Total Files

26

Last publish

Collaborators

  • oresoftware