Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clabe45/make-fabric-mod
Scaffolding tool for creating Fabric mods in Java and Kotlin
https://github.com/clabe45/make-fabric-mod
fabricmc java kotlin minecraft scaffolding
Last synced: 4 months ago
JSON representation
Scaffolding tool for creating Fabric mods in Java and Kotlin
- Host: GitHub
- URL: https://github.com/clabe45/make-fabric-mod
- Owner: clabe45
- License: gpl-3.0
- Created: 2022-11-02T19:43:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T14:11:08.000Z (over 1 year ago)
- Last Synced: 2024-04-27T05:21:28.610Z (9 months ago)
- Topics: fabricmc, java, kotlin, minecraft, scaffolding
- Language: Rust
- Homepage:
- Size: 86.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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 modUsage: 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
```## Changelog
See the [changelog](CHANGELOG.md) for the up-to-date history of the project's changes.
## License
This project is licensed under [GPL v3](LICENSE).