Skip to content
master
Go to file
Code

README.md

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.add <phoenix-version>

The above mix task uses the following two tasks behind the hood:

  • mix phx_diff.gen.sample - Generates a sample app for the given version
  • mix phx_diff.gen.diffs - Generates the diff files between all the different versions

About

See the changes needed when upgrading an Elixir Phoenix application

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.