generated at
README.md

Githubでは当たり前に設定されているので、しっかり参考にする

書き方を勉強したいのでいろいろ参考にする


参考にしたいREADME.md
良いところ
Config, installの手順が細かく記載されている
詳細部分を <details> で狭めている
imageがつくUIをscreenshotで貼り付けている
良いところ
利用imageがgif animationで表示されている
良いところ
「Contents」として最初に目次がある
.md
* [Why?](#why) * [Installation](#installation) * [Usage](#usage) * [Git Integration](#git-integration) * [What can I back up?](#what-can-i-back-up) * [Configuration](#configuration) * [Output Structure](#output-structure) * [Reinstalling Dotfiles](#reinstalling-dotfiles) * [Want to contribute?](#want-to-contribute)
良いところ
ほぼ箇条書きで構造化されているので読みやすい
良いところ
Getting Startedが最初にある
良いところ
screenshotモタ酔いしてかなり詳細に「利用image」が記載されている。
必要なlibrary versionがbatch形式で最初に表示されている
.md
![Python](https://img.shields.io/badge/python-v3.6+-blue.svg) [![Build Status](https://travis-ci.org/anfederico/clairvoyant.svg?branch=master)](https://travis-ci.org/anfederico/clairvoyant) ![Dependencies](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg) [![GitHub Issues](https://img.shields.io/github/issues/anfederico/clairvoyant.svg)](https://github.com/anfederico/clairvoyant/issues) ![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
良いところ
「What is」「Why use」が最初にあってこのrepositoryの必要性/全体感を理解しやすい
良いところ
「Usage (command option)」が一覧化されていて、利用imageが湧きやすい