Fetch the installer using PowerShell:
curl -L "https://raw.githubusercontent.com/insanXYZ/amptui/main/install.bat" -o "install.bat"Run it from the terminal:
install.batThe installer will automatically:
- Download and extract amptui to
C:\amptui - Set up MySQL
- Add amptui to your system
PATH
Once installation is complete, close your current terminal, open a new one, and run:
amptui.exeContributions are welcome! Here's how to get started:
- Fork this repository
- Create a branch for your feature or fix:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "feat: add your feature" - Push to your branch:
git push origin feature/your-feature-name
- Open a Pull Request against the
mainbranch
Please make sure your PR has a clear description of what it does and why.
