fabricgen

Crates.iofabricgen
lib.rsfabricgen
version0.1.0
sourcesrc
created_at2022-08-16 08:35:50.714428
updated_at2022-08-16 08:35:50.714428
descriptionA quick and dirty Minecraft Fabric mod generator.
homepagehttps://github.com/BlueStaggo/fabricgen
repositoryhttps://github.com/BlueStaggo/fabricgen
max_upload_size
id646511
size437,461
BlueStag (BlueStaggo)

documentation

README

FabricGen

FabricGen in action 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!

Installation

Windows

  • Just download the exe from the Github releases, or you can run cargo install fabricgen.

MacOS / Unix

  • Install Rust and run cargo install fabricgen. Make sure that you have a C compiler installed (GCC or Clang).

Plans for 0.2:

  • Support for Kotlin
  • Create mods for 1.15 and 1.14
Commit count: 2

cargo fmt