Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically generate README #1187

Merged
merged 1 commit into from
Apr 13, 2024

Commits on Apr 13, 2024

  1. Dynamically generate README

    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.
    
    [application template]: https://guides.rubyonrails.org/rails_application_templates.html
    stevepolitodesign committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    5780f69 View commit details
    Browse the repository at this point in the history