1.1.2 • Published 1 year ago

git-analyzer-tool v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

git-analyzer-tool

CLI tool to generate a descriptive git report. Report includes commits count per developer, no. of lines commited, last commit date and etc.

Installation

Install once, generate anywhere!

npm install -g git-analyzer-tool

Usage

Generate report for a single repository

Run below command within your repository to generate the report.

$ git-analyzer -o "D:/path/to/report"

Generated report (csv) can be found at the output directory provided.

Options

-o | --out-dir <Required> - Output directory to generate report

Generate final report for multiple repository

First you need to run above command and generate reports for each repo. Then run below command anywhere to generate the final report.

$ git-analyzer -f -i "D:/path/to/input/reports"

Generated report (csv) can be found at the input directory provided.

Options

-f | --final <Required> - Generate final report
-i | --in-dir <Required> - Directory to input reports

Collaborators

  • dnayantha88
1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago