Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 670 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 670 Bytes

VMI Newsletter

This repository contains a python script that can generate a newsletter-like .html document.

Prerequisites

You need to install python and install Pipenv. Pipenv is a tool that manages python dependencies in a virtualized environment.

After you have installed Pipenv, navigate into this folder and run:

pipenv install

Compiling a Newsletter

To compile a newsletter, run:

pipenv run python ./mkmail.py --date DATE

Date must be a directory within ./contents.

For more information, run:

pipenv run python ./mkmail.py --help