make-fabric-mod

Crates.iomake-fabric-mod
lib.rsmake-fabric-mod
version0.1.1
sourcesrc
created_at2023-05-10 07:50:47.447624
updated_at2023-05-10 10:22:28.81859
descriptionScaffolding tool for creating Fabric mods in Java and Kotlin
homepage
repositoryhttps://github.com/clabe45/make-fabric-mod
max_upload_size
id861170
size83,687
Caleb Sacks (clabe45)

documentation

README

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 <NAME> --minecraft <MINECRAFT_VERSION> --entrypoint <MAIN_CLASS> <PATH>

Arguments:
  <PATH>  

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

cargo fmt