JAMMM stands for Just Another Minecraft Mod Manager
Epsilon_02 9123cfc793 fix clippy warnings (#119)
Co-authored-by: Epsilon_02 <epsilon_02+codeberg@mailbox.org>
Reviewed-on: #119
Reviewed-by: crapStone <crapstone@noreply.codeberg.org>
2022-04-23 12:10:31 +02:00
.woodpecker Add util crate (#93) 2021-12-04 22:24:41 +01:00
cli_app restructure project 2021-08-06 21:04:00 +02:00
core_library fix clippy warnings (#119) 2022-04-23 12:10:31 +02:00
doc Merge branch 'develop' into feature/1_airbnb-style-guide 2021-11-19 23:42:02 +01:00
tauri_app remove angular project to prepare for vue (#115) 2022-04-14 13:16:58 +02:00
.adr-dir add design decisions 2021-08-06 21:46:41 +02:00
.editorconfig initial commit 2021-08-03 18:11:08 +02:00
.gitattributes set lineendings to lf (#56) 2021-11-20 10:35:17 +01:00
LICENSE Initial commit 2021-08-03 18:00:55 +02:00
README.md Forge install method 1-3 (#82) 2021-12-03 17:55:02 +01:00

JAMMM

License: GPL3+ Ci Status

JAMMM stands for Just Another Minecraft Mod Manager

This is a very early state of the project. There is only a simple frontend which uses the CurseForge API to get the modpack and mod information. At this time there is no actual logic to download or manage modpacks. So please be patient.

Authors

Roadmap

  • Light/dark mode toggle
  • Cross platform (Linux/Windows/Mac not tested yet)
  • Create own Modpacks
  • Download Modpacks from Curse
  • Update Mods and Modpacks
  • Start Modpack with official Minecraft Launcher (just like the CurseForge Launcher)
  • Create Modpack Templates for faster Modpack Bootstrapping
  • Create Modpack Server directly from Modpack (remove automatically Client only Mods)

Run Locally

Clone the project

  git clone https://codeberg.org/crapsilon/JAMMM.git

Go to the project directory

  cd jammm/tauri_app

This project is based on Tauri. Please follow this guide to set up your dev-Environment to use Tauri properly.

Install dependencies

  yarn install

Start the dev server

  yarn start

To start Tauri you need to run

  yarn tauri:dev

Screenshots

Screenshots are planned

App Screenshot