Initial commit

This commit is contained in:
2022-08-14 17:20:26 +02:00
commit 8f6e8026ea
11 changed files with 738 additions and 0 deletions

12
Makefile Normal file
View File

@ -0,0 +1,12 @@
slides:
python -m reddit_saved_pptx
npx @marp-team/marp-cli@latest slide-deck.md -o output.pptx
requirements:
poetry export -f requirements.txt --output requirements.txt --without-hashes
install:
poetry install
lint/black:
black reddit_saved_pptx