git-timesheet

1.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i git-timesheet

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

203 kB

Total Files

43

Last publish

Collaborators

  • 0xc14m1z