All Projects → navinpeiris → Phoenix Diff

navinpeiris / Phoenix Diff

See the changes needed when upgrading an Elixir Phoenix application

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to Phoenix Diff

Memento
Collect saved items from different sources around the web
Stars: ✭ 89 (-25.83%)
Mutual labels:  phoenix-framework
Json Git
A pure JS local Git to versionize any JSON
Stars: ✭ 109 (-9.17%)
Mutual labels:  diff
Node Rus Diff
JSON diff
Stars: ✭ 112 (-6.67%)
Mutual labels:  diff
Phoenixsharp
C# Phoenix Channels client. Unity Compatible.
Stars: ✭ 96 (-20%)
Mutual labels:  phoenix-framework
Recognizer
A authentication and user service
Stars: ✭ 106 (-11.67%)
Mutual labels:  phoenix-framework
Elixir Companies
A list of companies currently using Elixir in production.
Stars: ✭ 1,475 (+1129.17%)
Mutual labels:  phoenix-framework
Jaydiff
A JSON diff utility
Stars: ✭ 84 (-30%)
Mutual labels:  diff
Shinny Futures Android
一个开源的 android 平台期货行情交易终端
Stars: ✭ 120 (+0%)
Mutual labels:  diff
Vscode Partial Diff
Visual Studio Code Extension. Take a diff of 2 parts of text(s)
Stars: ✭ 106 (-11.67%)
Mutual labels:  diff
Jardiff
A tool for comparing JAR files, including Scala pickled signatures and method code
Stars: ✭ 112 (-6.67%)
Mutual labels:  diff
React Gh Like Diff
➕➖ The react component to generate pretty HTML for comparing commits or text.
Stars: ✭ 97 (-19.17%)
Mutual labels:  diff
Onp
The implementations of "An O(NP) Sequence Comparison Algorithm"
Stars: ✭ 100 (-16.67%)
Mutual labels:  diff
Pandiff
Prose diffs for any document format supported by Pandoc
Stars: ✭ 110 (-8.33%)
Mutual labels:  diff
Adoptoposs
Finding co-maintainers for your open source software project.
Stars: ✭ 93 (-22.5%)
Mutual labels:  phoenix-framework
Phoenix Liveview Counter Tutorial
🤯 beginners tutorial building a real time counter in Phoenix 1.5.5 + LiveView 0.14.7 ⚡️
Stars: ✭ 115 (-4.17%)
Mutual labels:  phoenix-framework
Diffsitter
A tree-sitter based AST difftool to get meaningful semantic diffs
Stars: ✭ 89 (-25.83%)
Mutual labels:  diff
Sentinel
DEPRECATED - Phoenix Authentication library that wraps Guardian for extra functionality
Stars: ✭ 109 (-9.17%)
Mutual labels:  phoenix-framework
Apkdiffpatch
a C++ library and command-line tools for Zip(Jar,Apk) file Diff & Patch; create minimal delta/differential; support Jar sign(apk v1 sign) & apk v2,v3 sign .
Stars: ✭ 121 (+0.83%)
Mutual labels:  diff
Csv Diff
Python CLI tool and library for diffing CSV and JSON files
Stars: ✭ 118 (-1.67%)
Mutual labels:  diff
Magit Delta
Use delta (https://github.com/dandavison/delta) when viewing diffs in Magit
Stars: ✭ 109 (-9.17%)
Mutual labels:  diff

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].