Skip to content

aaronrenner/phoenix-diff

 
 

Repository files navigation

Phoenix Diff

Build Status

A phoenix application to show the changes between different versions of generated phoenix apps, which makes it easy to upgrade an existing app with latest changes.

Currently hosted at http://www.phoenixdiff.org

Adding a new version of phoenix

To add a new version of phoenix, run the following mix command

mix phx_diff.gen.sample <phoenix_version>

Also, it is necessary to generate samples for other mix phx.new arguments, as shown below:

mix phx_diff.gen.sample <phoenix_version> --binary-id
mix phx_diff.gen.sample <phoenix_version> --no-ecto
mix phx_diff.gen.sample <phoenix_version> --no-html
mix phx_diff.gen.sample <phoenix_version> --no-live
mix phx_diff.gen.sample <phoenix_version> --umbrella

About

See the changes needed when upgrading an Elixir Phoenix application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 67.5%
  • HTML 14.9%
  • CSS 11.7%
  • JavaScript 5.8%
  • SCSS 0.1%
  • Dockerfile 0.0%