Reads a git repository commits and spits out a timesheet-like report.
$ npm install -g git-timesheet
$ 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"]