A simple python app for generating Quilt mods in Kotlin.
Simple run main.py
from your mod development directory so that the generated mod is placed with your other mods. To be able to run KuiltGenerator from anywhere, you can do the following:
# Open .bashrc in preferred text editor
nano ~/.bashrc
# Add this line to it and save
alias fabrikgen="python $HOME/path_to_dir_containing_app/KuiltGenerator/main.py"
Once you have done this, you can run fabrikgen
anywhere to start generating a mod in your current directory.