Add formater
This commit is contained in:
parent
7456c24200
commit
a1181a3eb2
2 changed files with 27 additions and 1 deletions
5
justfile
5
justfile
|
|
@ -54,6 +54,9 @@ new number:
|
|||
|
||||
# generate HTML email
|
||||
mail file:
|
||||
echo {{file}}
|
||||
PYTHONPATH=PWD venv/bin/python ./scripts/prepare_email.py {{file}}
|
||||
|
||||
# Format the content of a given newsletter
|
||||
format number:
|
||||
PYTHONPATH=PWD venv/bin/python ./scripts/format.py --number={{number}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue