Which names does GitHub recognize as README's?

问题描述 投票:0回答:1

I know there are several names that get recognized by GitHub as README's, e.g.

README
,
README.md
.
What is an exhaustive list of such names?

github
1个回答
2
投票

I found a searching rule

const PATTERN = /^readme\.(?:markdown|mdown|mkdn|md|textile|rdoc|org|creole|mediawiki|wiki|rst|asciidoc|adoc|asc|pod|txt)/i
最新问题
© www.soinside.com 2019 - 2025. All rights reserved.