The same source I can use to generate README.md (or a series of Markdown files) automatically - just append recommendations list in YAML and run "build" (ex. npm run build-markdown) to update them, then commit them alltogether. Or even just update source list, and commit - CI (ex. Travis-CI) can re-build MDs and commit them, if any changes found.
The same source I can use to generate README.md (or a series of Markdown files) automatically - just append recommendations list in YAML and run "build" (ex.
npm run build-markdown) to update them, then commit them alltogether. Or even just update source list, and commit - CI (ex. Travis-CI) can re-build MDs and commit them, if any changes found.