Doesn’t have to be a spec extension proposal, but just speculation on application.
I’m wondering if anyone has thought about how readme.md
can be automatically updated.
There is two approaches:
- A script that reads
readme.md
for certain markups or tables and converts it into code that is used by a codebase. - A script that reads a codebase and updates the
readme.md
file to the latest value.
This has the advantage of keeping the readme.md up to date with any constants or settings in the codebase.