A cross-platform CLI tool for installing and managing Minecraft clients and servers.
Go to file
Ian Wijma 5dc0e68836 Introduced a new command: command_name
Implemented a new command "command_name" in the CLi with its associated functionalities in the relevant modules. The new command allows the user to set the name field in the manifest file. Main.rs was updated to handle this new command and exhaustive error handling was added to the main function. Also, improved the manifest module for better error handling and added functionalities for getting and setting manifest's name.
2024-01-05 22:03:47 +11:00
command_init Introduced a new command: command_name 2024-01-05 22:03:47 +11:00
command_name Introduced a new command: command_name 2024-01-05 22:03:47 +11:00
manifest Introduced a new command: command_name 2024-01-05 22:03:47 +11:00
mccli Introduced a new command: command_name 2024-01-05 22:03:47 +11:00
.gitignore Add 'manifest' package and integrate it with 'command_init' 2024-01-05 20:11:17 +11:00
Cargo.lock Introduced a new command: command_name 2024-01-05 22:03:47 +11:00
Cargo.toml Introduced a new command: command_name 2024-01-05 22:03:47 +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.