documentation: docs
To install the archi on your project, you have to execute this lines on the root of your repository.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ARCADE-TEK-2026/archi_arcade/main/setup.sh)"
# then, you will be able to only update the archi using the folowing command:
./update-archi.sh
Invoke-WebRequest https://raw.githubusercontent.com/ARCADE-TEK-2026/archi_arcade/main/setup.ps1 -OutFile setup.ps1
# then, you will be able to only update the archi using the folowing command:
./setup.ps1
This installation script will use a __tmp
folder. Make sure you don't have a file or a folder called like that at the root of your repository to avoid data erasement.