Conflixer : A Powerful Tool To Resolve Conflicts Between Extensions

:boom: Conflixer : A Powerful Tool To Resolve Conflicts Between Extensions

A CLI-tool for extension developers and extension users to quickly resolve conflicts between extensions.


image

:floppy_disk: Installation


Note: Before installing Conflixer, make sure that you’ve JDK 8 or above installed.

:window: Windows


  1. In the PowerShell, run:

    iwr https://raw.githubusercontent.com/jewelshkjony/Conflixer/1.0.0/install.ps1 -useb | iex
    
  2. To run Conflixer write Conflixer on terminal.

:computer: Linux and macOS


  1. In the terminal, run:

    curl https://raw.githubusercontent.com/jewelshkjony/Conflixer/1.0.0/install.sh -fsSL | sh
    
  2. To run Conflixer write chmod +x Conflixer.sh on terminal.

:running_man: Quick start


Now, that you’ve installed Conflixer, let’s try this tool.

  1. Open the terminal and write Conflixer.
    It’ll ask you for two prompts.

    • Enter aix to keep: Set the path of the aix or drag the aix file here. The tool will parse this aix as reference.
    • Enter aix to target: Set the path of the aix or drag the aix file here. The tool will target the aix to generate new resolved aix.
  2. Now the tool will build a new resolved aix within a very few seconds.

  3. That’s it. Now you can use the new resolved aix and the referenced aix together.


6 Likes