git-analyzer-tool

1.1.2 • Public • Published

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

/git-analyzer-tool/

    Package Sidebar

    Install

    npm i git-analyzer-tool

    Weekly Downloads

    0

    Version

    1.1.2

    License

    MIT

    Unpacked Size

    169 kB

    Total Files

    3

    Last publish

    Collaborators

    • dnayantha88