git-hour
v1.0.1
Published
Briefly shows how much hours each contributor spent on a git repository
Downloads
28
Readme
git-hour
Briefly shows how much hours each contributor spent on a git repository
Usage Without Installation
npx git-hour [directory]
Installation (Optional)
# install with npm
npm i -g git-hour
# or install with pnpm
pnpm i -g git-hour
# ready to use
git-hour [directory]
Usage Options
# run under current git directory
git-hour
# or run on specify directory
git-hour ~/workspace/github.com/beenotung/tslib
Todo
- [ ] Allow cli to customize duration of
maximum interval between commits in a session
andminimum duration before initial commit in the session
- [x] Use average interval in each session to adjust initial commit
- [ ] Adjust average interval by number of lines changed in the commit