GitHub Actions से TIL README इंडेक्स अपने-आप बनाना
(simonwillison.net)-
TIL : Today I Learned
-
हर बार नया TIL जुड़ने पर, मुख्य README के पहले पेज पर संबंधित आइटम अपने-आप जोड़ दिया जाता है
-
बदलाव होने पर अपने-आप checkout करके SQLite में सेव करना और फिर README जनरेट करना
-
SQLite DB को Datasette + Zeit Now के साथ इस तरह deploy करना कि उसमें खोज की जा सके
3 टिप्पणियां
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/#/
लगता है कि Josh Branchaud का 5 सालों तक लिखा गया TIL कई लोगों को प्रेरित कर रहा है। (फिलहाल लगभग 909 एंट्रीज़)
https://github.com/jbranchaud/til
मिलता-जुलता लेकिन थोड़ा और सरल implementation भी है। यह सिर्फ README को अपने-आप generate करता है.
https://github.com/aicioara/til/blob/master/github/github-actions.md
यह वाला Develop branch में commit करने पर उसे Master में ले जाकर README generate करता है.
https://github.com/mlpetersen/til/…