RichardLitt / generator-standard-readme

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

standard-readme should be listed as a dependency #30

Closed kylemh closed 7 years ago

kylemh commented 7 years ago

Following the instructions for installation and usage, word-for-word will not work. The user must have https://www.npmjs.com/package/standard-readme installed globally, first.

RichardLitt commented 7 years ago

You're right - I changed how standard-readme works and forgot to update this package. I've removed the old instructions and gone back to just using yo, which I think is cleaner.