@tegor/git-statistic

0.0.7 • Public • Published

@tegor/git-statistic

NPM version

A git tool for statistics on how many files change and how many lines update.

Usage

npm i @tegor/git-statistic -D

write script in your package.json

{
  "script": {
    "stat": "git-stat"
  }
}

npm run stat

Options

Options:
  -a, --author <author>  which author
  -b, --branch <branch>  which branch
  -s, --since <since>    statiscal sicne time, format: YYYY-MM-DD HH-mm-ss
  -u, --until <until>    statiscal until time, format: YYYY-MM-DD HH-mm-ss
  -h, --help             display help for command

License

MIT License © 2022 fightwithtiger

Readme

Keywords

Package Sidebar

Install

npm i @tegor/git-statistic

Weekly Downloads

9

Version

0.0.7

License

ISC

Unpacked Size

16.6 kB

Total Files

6

Last publish

Collaborators

  • dengtuo