stephendolan / lucky_diff

Show differences between scaffolded Lucky app versions!

Home Page:https://luckydiff.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LuckyDiff

Lucky Tuple

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. Fork it ( https://github.com/stephendolan/lucky_diff/fork )
  2. Check out a new branch (git checkout -b add-version-x-x-x)
  3. Run ./script/create_new_version vx.x.x
  4. Add your new version to src/models/version.cr
  5. Run the server with lucky dev and verify the content
  6. Commit your changes (git commit -am 'Add version x.x.x')
  7. Push to the branch (git push origin add-version-x-x-x)
  8. Create a new Pull Request

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

About

Show differences between scaffolded Lucky app versions!

https://luckydiff.com

License:MIT License


Languages

Language:Crystal 79.1%Language:Shell 8.7%Language:JavaScript 8.7%Language:SCSS 2.4%Language:Dockerfile 0.6%Language:HTML 0.3%Language:TypeScript 0.1%Language:Procfile 0.1%Language:CSS 0.0%