mdgen is a small utility for maintaining markdown files as a kind of surrogate database. Files are generated with a common set of sections that can be inserted/removed/updated individually or globally.
Here are the things you can do with mdgen:
- Generate an md file with sections defined in a template for each entry in a roster file
- Add or remove sections from selected files
- Add to or replace content of sections in selected files
The source code is here.
There is no binary installer or packaged distribution at this time.
- No runtime dependencies, but pytest is used for testing