Skip to content

Generate HTML from your daily commits in hg or git repository.

License

Notifications You must be signed in to change notification settings

vialink/kommits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kommits

Generate HTML from daily commits in several Git or Hg repositories.

Installation

Just copy this project to any folder in your computer.

Configuration

Copy kommits/config.py.sample to kommits/config.py and fill with your repositories.

Usage

Print HTML in your terminal:

./report.py

Or you can send it to your mail:

./report.py | /usr/sbin/sendmail -f [email protected] -i [email protected]

Or put it on crontab:

55 23 * * * LANG=en_US.UTF-8 /path/to/kommits/report.py | /usr/sbin/sendmail -f [email protected] -i [email protected] 2>&1

Contributing

Do the usual github fork and pull request dance.

License

Released under the MIT license. Read LICENSE.md for more information.

About

Generate HTML from your daily commits in hg or git repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages