An open API service indexing awesome lists of open source software.

https://github.com/orsinium-labs/git-time-report

CLI tool to generate time report for git repositories
https://github.com/orsinium-labs/git-time-report

cli git python python3

Last synced: 7 months ago
JSON representation

CLI tool to generate time report for git repositories

Awesome Lists containing this project

README

          

# Git time report

Generate working hours report based on commits in repositories. Every commit assumed to have the task number.

```bash
git clone https://github.com/orsinium-labs/git-time-report.git
cd git-time-report
python3 -m pip install -r requirements.txt
python3 timereport.py ../my-repo
```