Skip to content

iiogmgo/commit_book

Repository files navigation

HOW TO USE

  1. Extracting log data
git log --pretty=format:'%h::%s::%ad::%an::' --shortstat --no-merges --date=short --author={sample@gmail.com} | paste - - - > {repo}_{name_with_hypen}_log.txt
  1. Modifying config data
CSS_FILE = 'sample_css.css'
PAGES = [{
    'name': 'name', 'repos': ['repo'], 'comments': [{'author': 'iiogmgo', 'message': 'comments for you!'}]
}]
  1. Make commit book
pip install -r requirements.txt
python generate_book.py

About

generate commit history book for pdf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published