CLIcraft Documentation

Welcome to CLIcraft - A simple, powerful Minecraft Mod Package Manager written in Node.js.

🎮 What is CLIcraft?

CLIcraft is a command-line tool that simplifies managing Minecraft instances and mods. Create instances with Fabric or Forge, search and install mods from Modrinth, and launch the game directly from your terminal.

🚀 Quick Start

# Install CLIcraft
npm install -g @bobschlowinskii/clicraft

# Create a new instance
clicraft create

# Search for mods
clicraft search sodium

# Install a mod
cd my-instance
clicraft install sodium

# Launch the game
clicraft launch

📖 Documentation

Getting Started

🎯 Requirements

  • Node.js 18 or higher
  • Java 21 or higher (for running Minecraft)

🌐 Supported Platforms

  • ✅ Linux
  • ✅ macOS
  • ✅ Windows

🤝 Contributing

Contributions are welcome! Please read our Contributing Guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes. You can also visit our GitHub repository to open issues or submit pull requests.

📄 License

ISC - See the LICENSE file for details.


Back to top

Copyright © 2024 theinfamousben. Distributed under the ISC license.

This site uses Just the Docs, a documentation theme for Jekyll.