FabricGen is a quick and dirty Minecraft Fabric mod generator in a CLI. It clones from the fabric-example-mod repo and changes some files for you. Running the
genSources
and runClient
commands work right out of the box!
Just download the exe from the Github releases, or you can run cargo install fabricgen
.
Install Rust and run cargo install fabricgen
. Make sure that you have a C compiler installed (GCC or Clang).