Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jewelshkjony/conflixer
A CLI-tool for extension developers and extension users to quickly resolve conflicts between extensions.
https://github.com/jewelshkjony/conflixer
app-inventor appinventor-extension conflicts-resolver conflixer kodular niotron resolve-extensions-conflict
Last synced: 2 days ago
JSON representation
A CLI-tool for extension developers and extension users to quickly resolve conflicts between extensions.
- Host: GitHub
- URL: https://github.com/jewelshkjony/conflixer
- Owner: jewelshkjony
- License: gpl-3.0
- Created: 2024-08-27T13:14:21.000Z (6 months ago)
- Default Branch: 1.0.0
- Last Pushed: 2024-08-27T17:47:21.000Z (6 months ago)
- Last Synced: 2024-08-28T14:39:09.799Z (6 months ago)
- Topics: app-inventor, appinventor-extension, conflicts-resolver, conflixer, kodular, niotron, resolve-extensions-conflict
- Language: PowerShell
- Homepage: https://community.kodular.io/t/267894?u=jewel
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💥 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](https://github.com/user-attachments/assets/e03f4cd8-efdf-438d-b5d8-d0bde1ac84bf)
## 💾 Installation
> **Note**: Before installing Enhancer, make sure that you've JDK 8 or above installed.### 🪟 Windows
1. In the PowerShell, run:```ps1
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:```sh
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.3. Now the tool will build a new resolved aix within a very few seconds.
4. That's it. Now you can use the new resolved aix and the referenced aix together.