modweave

Crates.iomodweave
lib.rsmodweave
version0.1.0
sourcesrc
created_at2024-09-02 19:15:01.025657
updated_at2024-09-02 19:15:01.025657
descriptionAn interactive CLI tool to quickly generate a Minecraft Mod Development environment
homepage
repositoryhttps://github.com/phrogwrld/mineweave
max_upload_size
id1360967
size147,643
(phrogwrld)

documentation

README

MineWeave

An interactive CLI tool to quickly generate a Minecraft Mod Development environment.


So why mineweave?

I found it very tedious to set up a Minecraft modding environment. I had to copy over my old projects and make the necessary changes to then start modding. I wanted to automate this process and make it easier for others to start modding. That's why I created mineweave.

MineWeave saves you from long,boring setup processes; skipping all the repetitive steps and getting you straight to the fun part of modding. No more wasted time on setup – just pure, creative modding.

Installation

Prerequisites

Using Cargo

If you have rust installed, you can install MineWeave using Cargo:

cargo install mineweave

Using the binary

You can download the binary from the releases page and add it to your PATH.

Usage

To create a new modding environment, run the following command:

mineweave

You will then be prompted to enter information about your mod. Once you have entered all the information, MineWeave will generate the modding environment for you.

Commit count: 0

cargo fmt