* Features * [X] Flag: auto-add-tiles-to-git * [ ] Flag: auto-add .aoc-tiles to .gitignore * [ ] Flag: auto-add `<!-- AOC BEGIN...` to README and ensure it exists * [x] Flag: highlight top 100 placement * [x] Total star count across all years * Performance * [X] Multiprocessing * [X] More efficient yaml loader (CLoader instead of FullLoader) * [X] More efficient git-ignore check * [ ] Cache if tiles have already been created * Documentation * [x] Add installation instructions to readme for pre-commit hook * [ ] List configuration options with images in readme * [ ] Improve output to user (what was added to git, how many tiles were regenerated) * Tests * [ ] Automatically test aoctiles for some repositories * Fix * [ ] Debug logging at the beginning even if verbose not set * [x] Git add/amend README as well * CICD * [ ] Single-step update version in pyproject, create release, and push to pypi with github actions
Features
<!-- AOC BEGIN...to README and ensure it existsPerformance
Documentation
Tests
Fix
CICD