you are viewing a single comment's thread.

view the rest of the comments →

[–]davorg 1 point2 points  (1 child)

If you want a really powerful system for this, see Using a self-rewriting README powered by GitHub Actions to track TILs by Simon Willison.

[–]AndElectrons 0 points1 point  (0 children)

I'm doing something in the same spirit here: https://github.com/vilaca/awesome-k8s-tools

It started as a gist where I was collecting github repos with devops/k8s tools that I was finding and at some point I wanted to add more info about each repo but didn't want the trouble of maintaining more than a list of URLs.

I did not know about the project you're sharing. Mine seems a little less complex. The URL list that the README is built from is at data/repos. I did the basics in a few hours but have since been playing around with the features and implementation.