1.0.7 • Published 3 years ago

git-time v1.0.7

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

Git-time

Estimate time spent on a git repository.

Install

npm install -g git-time

Usage

git-time <path>

Help

Usage: git-time <path>

Where <path> is the path of your Git repository.

Options:

  -h, --help	output usage information
  --max	    	maximum time diff in minutes between two consecultive commits. Default: 90
  --min	    	minimum time in minutes for the start commit. Default: 25
  --author      filter out authors. Value(s) are passed to the git log command.
  
  

Output

Output is grouped by author

John Doe <john.doe@example.com>
102 commits found
Total time spent: 103.84 hours

Jane Doe <jane.doe@example.com>
321 commits found
Total time spent: 183.11 hours
1.0.7

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago