A CLI tool for analyze git logs.
You can install gitanalyz
globally using the -g
flag with the command "npm i -g gitanalyz"
.
This way, you won’t need to install it separately for each project.
(It is a good idea to install it globally, as you can simply open the terminal and type gitanalyz
to use it in any project.)
Open a terminal in the project directory and type "gitanalyz"
Note that IDE terminals may not work due to Execution Policy
restrictions; you will need to open the terminal manually.
If you have trouble with the commands:
Usage | Answers |
---|---|
"gitanalyz" |
Lists project members and their contributions. |
"gitanalyz allcommits" |
Lists all commits. |
"gitanalyz <author_email>" |
Lists all commits by the specified author. |
"gitanalyz <author_email> last <number>" |
Lists the last N commits by the specified author. |
"gitanalyz -help" |
Display this help message. |
Author: tikhi
Github: "https://github.com/tikh1"