RichardLitt / generator-standard-readme

Scaffold out a Standard Readme
MIT License
202 stars 48 forks source link

index.js: fix template path: it should be readme.md in lowercase #7

Closed hsanjuan closed 7 years ago

hsanjuan commented 7 years ago

This causes a silent failure in case-sensitive filesystems as the generator cannot find the template file.

RichardLitt commented 7 years ago

Should be in caps. Can we fix it the other way?

RichardLitt commented 7 years ago

See first requirement. https://github.com/RichardLitt/standard-readme/blob/master/spec.md

hsanjuan commented 7 years ago

indeed

RichardLitt commented 7 years ago

Merged and patched and published.

hsanjuan commented 7 years ago

ah i was fixing the tests too

RichardLitt commented 7 years ago

Ah, sorry! Another PR?

RichardLitt commented 7 years ago

That can close #4.