From f6965e93bae44b69588a0524bc68946a40f6d016 Mon Sep 17 00:00:00 2001 From: Mike Hucka Date: Mon, 10 May 2021 17:29:29 -0700 Subject: [PATCH] Proposal to add an entry for READMINE This is in response to https://github.com/matiassingers/awesome-readme/issues/117#issuecomment-835772603 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 95ad2d8..2990ea6 100644 --- a/readme.md +++ b/readme.md @@ -73,6 +73,7 @@ Elements in beautiful READMEs include, but are not limited to: images, screensho - [Hall-of-fame](https://github.com/sourcerer-io/hall-of-fame#readme) - Helps show recognition to repo contributors on README. Features new/trending/top contributors. Updates every hour. - [Make a README](https://www.makeareadme.com/) - A guide to writing READMEs. Includes an editable template with live Markdown rendering. - [README best practices](https://github.com/jehna/readme-best-practices#readme) - A place to copy-paste your README.md from +- [READMINE](https://github.com/mhucka/readmine) - A suggested template for software READMEs, with built-in explanations and guidelines - [readme-md-generator](https://github.com/kefranabg/readme-md-generator#readme) - A CLI that generates beautiful README.md files - [Readme.so](https://readme.so/) - A simple editor that allows you to quickly add and customize all the sections you need for your project's readme. - [Standard Readme](https://github.com/RichardLitt/standard-readme#readme) - A standard README style specification. Has a generator to help create spec-compliant READMEs, too.