make-fabric-mod

Scaffolding tool for creating Fabric mods in Java and Kotlin

Installation

make-fabric-mod can be installed with cargo:

$ cargo install make-fabric-mod

Usage

``` $ make-fabric-mod -h Create a new Fabric mod

Usage: make-fabric-mod [OPTIONS] --name --minecraft --entrypoint

Arguments:

Options: -i, --id Mod ID. Defaults to the name of the directory [default: ] -n, --name Human-friendly mod name -m, --minecraft Minecraft version (x.y) -k, --kotlin Use Kotlin instead of Java -e, --entrypoint Main class (e.g., 'net.fabricmc.example.ExampleMod') -h, --help Print help information -V, --version Print version information ```