lucky_diff
LuckyDiff
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:
- Fork it ( https://github.com/stephendolan/lucky_diff/fork )
- Check out a new branch (git checkout -b add-version-x-x-x)
- Run
./script/create_new_version vx.x.x
- Add your new version to
src/models/version.cr
- Run the server with
lucky dev
and verify the content - Commit your changes (git commit -am 'Add version x.x.x')
- Push to the branch (git push origin add-version-x-x-x)
- Create a new Pull Request
Want to add something to the site?
- Fork it ( https://github.com/stephendolan/lucky_diff/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Run
script/setup
- Make your changes
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Repository
lucky_diff
Owner
Statistic
- 11
- 3
- 0
- 0
- 5
- about 1 month ago
- June 18, 2020
License
MIT License
Links
Synced at
Fri, 22 Nov 2024 00:48:11 GMT
Languages