8000 GitHub - stephendolan/lucky_diff: Show differences between scaffolded Lucky app versions!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Show differences between scaffolded Lucky app versions!

License

Notifications You must be signed in to change notification settings

stephendolan/lucky_diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuckyDiff

Lucky Tuple

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

Requirements

  • Crystal 1.16.3 or higher

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
  9. Once the pull request is merged, manually run the Deploy action

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!

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Contributors 7

0