A cross-platform CLI tool for installing and managing Minecraft clients and servers.
Go to file
Ian Wijma b3d7c776e8 Add 'manifest' package and integrate it with 'command_init'
A new package named 'manifest' is introduced in this commit. It comprises a single structure and related functions for managing manifests. Additionally, 'command_init' has been altered to use this new module instead of using its previously hard-coded functionality. A reference to 'manifest' has also been added in the Cargo.lock and command_init/Cargo.toml files.
2024-01-05 20:11:17 +11:00
command_init Add 'manifest' package and integrate it with 'command_init' 2024-01-05 20:11:17 +11:00
manifest Add 'manifest' package and integrate it with 'command_init' 2024-01-05 20:11:17 +11:00
mccli Initiate Rust workspace with "mccli" and "command_init" packages 2024-01-05 19:27:19 +11:00
.gitignore Add 'manifest' package and integrate it with 'command_init' 2024-01-05 20:11:17 +11:00
Cargo.lock Add 'manifest' package and integrate it with 'command_init' 2024-01-05 20:11:17 +11:00
Cargo.toml Add 'manifest' package and integrate it with 'command_init' 2024-01-05 20:11:17 +11:00
readme.md Initiate Rust workspace with "mccli" and "command_init" packages 2024-01-05 19:27:19 +11:00

readme.md

Minecraft CLI

Cross-platform Minecraft CLI for your Minecraft Client and Server needs!

What is Minecraft CLI

Minecraft CLI (MCCLI from here on out) is your one-stop-shop solution for managing Minecraft Servers and Clients. It also has the ability to output anything as JSON format, to provide a programming API.

Functionality

As stated before, MCCLI is used for managing your Minecraft Servers and Clients.