Description
Hi!
I love the idea and am adopting it myself. I've created a script which will auto-generate the README.md file using the information already in the directory structure and the titles of each of the TIL markdown files. I've got it working and producing output that is close: the diffs are:
- alphabetization is different when python does it than some of your choices
- you missed a # in front of Webpack
- Someplaces you have custom capitalization (CSS instead of Css)
- You also missed this line:
As I said, I've got the generation script, but I'm still thinking about how to get it into the work-flow. The options I can think of tonight are:
- a git hook which runs on pre-commit which modifies the README.md
- just have it as a command in the project that can be run manually
Neither of these are making me happy this evening, so I'm asking you if you have any ideas, that is, if you're interested at all.
Either way, Thanks for the great idea! I really like what you did. I'll admit I created my own before I saw your instructions (or thought about) forking your starter repo.
Thanks again!