1.0.4 • Published 5 years ago

git-timesheet v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

git-timesheet

Maintainability

Reads a git repository commits and spits out a timesheet-like report.

how to install

$ npm install -g git-timesheet

how to use it

$ git-timesheet -h

Usage: git-timesheet [options]

Options:
  --version         Show version number                                [boolean]
  --help, -h        Show help                                          [boolean]
  --from, -f        Filter commits from this date
  --to, -t          Filter commits until this date
  --authors, -a     Filter commits by these authors                      [array]
  --continuity, -c  Hours between commits to be considered as worked[default: 1]
  --prestart, --ps  Hours before the first commit per day to be considered as
                    worked                                          [default: 1]
  --outputFile, -o  Path of the output file         [default: "./timesheet.pdf"]

sample page output

sample page output

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago