Skip to content

luckyframework/lucky_diff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Crystal 78.9%
  • Shell 9.0%
  • JavaScript 8.6%
  • SCSS 2.4%
  • Dockerfile 0.6%
  • HTML 0.3%
  • Other 0.2%