Skip to content

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

License

Notifications You must be signed in to change notification settings

jewelshkjony/Conflixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

💥 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

💾 Installation

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

🪟 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.

💻 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.

🏃‍➡️ 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.