FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

phoenix-diff/phoenix-diff: See the changes needed when upgrading an Elixir Phoenix application · GitHub

Repository files navigation

Phoenix Diff

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

Topics

Resources

Stars

371 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL