2.1.4 • Published 4 months ago

git-log-excel v2.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

git-log-excel

Language TypeScript GitHub release License MIT npm version

export git log to excel

Installing

$ npm install git-log-excel  -g

Usage

cd your-git-project

glog

Options

Usage: glog [options]

export git log to excel

Options:
  -e, --email <email>                 filter by committer email
  -b, --branch <branch>               filter by branch
  -r, --repo <repo>                   git repo url
  -ep, --exportPath <exportPath>      set export path
  -d, --overDate <overDate>           set hour over date
  -dn, --overDateName <overDateName>  set hour over date name in excel column
  -v, --version                       output the version number
  -h, --help                          display help for command

filter by committer email

cd your-git-project

glog --email=test@test.email

export excel path

cd your-git-project

glog --email=test@test.email --exportPath=../

set hour over date hh-mm-ss default: 18:30:00

cd your-git-project

glog --overDate 19:00:00

# or
glog -d 19:00:00

set hour over date excel column name default: Hours over 18:30

cd your-git-project

glog --overDateName "Hours over 7PM"

# or
glog -dn "Hours over 7PM"

License

MIT

2.1.2

4 months ago

2.1.1

4 months ago

2.1.4

4 months ago

2.1.3

4 months ago

2.1.0

4 months ago

1.2.0

7 months ago

1.1.0

8 months ago

1.0.9

8 months ago

1.2.1

7 months ago

2.0.1

7 months ago

2.0.0

7 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago