git-analyzer-tool
v1.1.2
Published
A tool to get a GIT report. Report includes commits count per developer, no. of lines commited, last commit date and etc.
Downloads
7
Maintainers
Readme
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