Hacker News new | ask | show | jobs
by svoroval 4626 days ago
Not really far-fetched. Look at Sinatra README for example: https://github.com/sinatra/sinatra

There are 11 versions of Sinatra’s README which don’t share any general templates. They should be manually edited after each release. This is kind of thing that needs automatization.

Plus, it is much easier to inject badges by a mixin, not by copypasting and manually changing some elements from your old READMEs.

1 comments

Good point about those many versions. It's actually the first time that I've seen multiple READMEs in one project.