Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 493 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 493 Bytes

HOW TO USE

  1. Extracting log data
git log --pretty=format:'%h::%s::%ad::%an::' --shortstat --no-merges --date=short --author={[email protected]} | 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