thoughtbot / suspenders

A Rails template with our standard defaults.
https://thoughtbot.com
MIT License
4.02k stars 529 forks source link

Dynamically generate README #1187

Closed stevepolitodesign closed 7 months ago

stevepolitodesign commented 7 months ago

Create README based off the desc of the generators.

We chose to create a custom class instead of a traditional generator because this script is intended to be run in the application template as a Rake task. It is not intended to be run as a standalone generator, since it only makes sense to be run on concert with suspenders:install:web.

Updates all generator descriptions to use Herdoc syntax to ensure consistent line breaks.

A follow-up commit will update the descriptions to work better in a README.