I started doing TIL too. I made a quick and dirty bash script to generate a new article with read/vim/sed and automatically fill the README files: https://github.com/kinoute/til/blob/master/contribute.sh
Using a self-rewriting README powered by GitHub Actions to track TILs
31–32 of 32 posts
Re: Using a self-rewriting README powered by GitHub Actions to track TILs
#32I thought this was a pretty good idea so I make a little reusable Github Action anyone could drop into their TIL repo to get an autogenerated README: https://github.com/marketplace/actions/til-auto-format-readm...