2.0.5 • Published 7 months ago

gitanalyz v2.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

gitanalyz

A CLI tool for analyze git logs.

How to install ?

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.)

How to use ?

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.

Help

If you have trouble with the commands:

UsageAnswers
"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.

Screenshots

gitanalyz:

gitanalyz

gitanalyz allcommits:

gitanalyz allcommits

gitanalyz author_email :

gitanalyz author_email

gitanalyz "author_email" last "number":

gitanalyz "author_email" last "number"

gitanalyz -help:

gitanalyz -help

Author

Author: tikhi

Github: "https://github.com/yunusegriboz"

2.0.5

7 months ago

2.0.4

7 months ago

2.0.3

7 months ago

2.0.2

7 months ago

2.0.1

7 months ago

2.0.0

7 months ago

1.0.0

7 months ago