Generar automáticamente un índice del README de TIL con GitHub Actions
(simonwillison.net)-
TIL : Today I Learned
-
Cada vez que se agrega un nuevo TIL, ese elemento se añade automáticamente al README de la pantalla principal
-
Al detectar cambios, hace checkout automáticamente, guarda en SQLite y luego genera el README
-
Desplegar SQLite DB con Datasette + Zeit Now para que se pueda buscar
3 comentarios
TILs
https://til.hashrocket.com/
https://www.sarasoueidan.com/today-i-learned/
https://til.cybertec-postgresql.com/
https://til.secretgeek.net/
https://github.com/cheese10yun/TIL
https://junwoo45til.netlify.app/#/
Parece que el TIL de Josh Branchaud, escrito durante 5 años, está inspirando a mucha gente. (Actualmente tiene alrededor de 909 entradas)
https://github.com/jbranchaud/til
Hay una implementación similar pero un poco más simple. Esta genera automáticamente solo el README
https://github.com/aicioara/til/blob/master/github/github-actions.md
Esta, cuando haces commit a la rama Develop, lo mueve a Master y genera el README
https://github.com/mlpetersen/til/…