https://github.com/xurdejl/mrpack-to-zip
Convert Modrinth modpacks into ZIP containing JAR files
https://github.com/xurdejl/mrpack-to-zip
modrinth mrpack
Last synced: 4 months ago
JSON representation
Convert Modrinth modpacks into ZIP containing JAR files
- Host: GitHub
- URL: https://github.com/xurdejl/mrpack-to-zip
- Owner: Xurdejl
- License: gpl-2.0
- Created: 2025-06-20T00:51:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-20T02:05:36.000Z (12 months ago)
- Last Synced: 2025-08-17T01:33:07.090Z (10 months ago)
- Topics: modrinth, mrpack
- Language: Vue
- Homepage: https://xurdejl.github.io/mrpack-to-zip/
- Size: 312 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# ✨ mrpack to zip
Convert Modrinth `.mrpack` modpacks to standard ZIP files containing all the JARs and config files. All processing is done on your local machine.
## 🚀 Development
```bash
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
```
## ❤️ Credits
This is a full rewrite of [Fabulously-Optimized/mrpack-to-zip](https://github.com/Fabulously-Optimized/mrpack-to-zip), developed using Vue and Tailwind.
## 📄 License
Licensed under the [GNU General Public License v2.0](./LICENSE).