Extra_Extra

Install the extra_extra gem to easily handle release notes
Icons/chart bar
Used 9 times
Created by
S Steve Paulo

Usage

Run this command in your Rails app directory in the terminal:

rails app:template LOCATION="https://railsbytes.com/script/x7mswY"
Template Source

Review the code before running this template on your machine.

gem "extra_extra", git: "https://github.com/stitchfix/extra_extra"

Bundler.with_unbundled_env { run "bundle install" }

inject_into_file "config/routes.rb", "  mount ExtraExtra::Engine, at: '/release_notes'
\n", :before => /^end/

create_file "RELEASE_NOTES.md" do
  <<~EOF
    # #{Date.today.strftime('%b %-d, %Y')}

    * Created a release notes engine!
  EOF
end
Comments

Sign up or Login to leave a comment.