From 0eff42568e9f19d29fd9100f2c7d378ce2909342 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 29 Jan 2026 21:13:14 +0300 Subject: [PATCH] docs: prepare Pakker documentation Signed-off-by: NotAShelf Change-Id: I03df3787081bde6ebf0366a24320307a6a6a6964 --- docs/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..af6fe8d --- /dev/null +++ b/docs/README.md @@ -0,0 +1,16 @@ +# Pakker + +A fast, reliable multiplatform modpack manager for Minecraft, written in Rust. + +## Overview + +Pakker is a command-line tool for managing Minecraft modpacks across multiple +platforms including CurseForge, Modrinth, and GitHub. It provides a streamlined +workflow for creating, maintaining, and distributing modpacks with support for +automated dependency resolution, version management, and multi-platform exports. + +## Acknowledgments + +Pakker is _greatly_ inspired by [Pakku](https://github.com/juraj-hrivnak/Pakku), +bringing similar functionality with improved performance and additional features +through Rust implementation.