Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.02 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.02 KB

LuckyDiff

Lucky

This project compares released versions of Lucky apps. It's heavily inspired by RailsDiff. Enjoy!

Is a version you need missing?

All supported versions are placed in the generated folder, so adding a new version is as simple as following these steps:

  1. Scaffold a new app with the appropriate Lucky version and standard app name: lucky init.custom my_app
  2. Move the generated app to the /generated/ folder, named after the version

Want to add something to the site?

  1. Fork it ( https://github.com/stephendolan/lucky_diff/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Run script/setup
  4. Make your changes
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create a new Pull Request