You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.