A cross-platform CLI tool for installing and managing Minecraft clients and servers.
Go to file
Ian Wijma b09a4a41ff Initiate Rust workspace with "mccli" and "command_init" packages
This commit creates a new Rust workspace which includes two packages: "command_init" and "mccli". The command line argument parsing for these packages is powered by the "clap" dependency. An automatically generated Cargo.lock file tracks all dependencies. Additionally, a .gitignore file was configured to prevent tracking of unnecessary build artifacts and IDE-specific files.
2024-01-05 19:27:19 +11:00
command_init Initiate Rust workspace with "mccli" and "command_init" packages 2024-01-05 19:27:19 +11:00
mccli Initiate Rust workspace with "mccli" and "command_init" packages 2024-01-05 19:27:19 +11:00
.gitignore Initiate Rust workspace with "mccli" and "command_init" packages 2024-01-05 19:27:19 +11:00
Cargo.lock Initiate Rust workspace with "mccli" and "command_init" packages 2024-01-05 19:27:19 +11:00
Cargo.toml Initiate Rust workspace with "mccli" and "command_init" packages 2024-01-05 19:27:19 +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.