Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamliuzy/modcli
管理 Minecraft 模组的命令行工具
https://github.com/iamliuzy/modcli
minecraft minecraft-mod
Last synced: about 2 months ago
JSON representation
管理 Minecraft 模组的命令行工具
- Host: GitHub
- URL: https://github.com/iamliuzy/modcli
- Owner: iamliuzy
- License: gpl-3.0
- Created: 2022-08-24T03:03:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T13:16:59.000Z (almost 2 years ago)
- Last Synced: 2023-09-08T23:32:34.827Z (over 1 year ago)
- Topics: minecraft, minecraft-mod
- Language: Python
- Homepage:
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ModCLI
English | [简体中文](https://github.com/iamliuzy/ModCLI/blob/main/README_ZH_CN.md)
A command-line tool to manage Minecraft mods
This program is currently still in development.
## Planning functions
- Easily manage your mods with a few commands.
- Use the search function to quickly find mods.### Example
Add the mod to the library:
```
$ modcli -add "\path\to\mod\mod.jar"
```
Search the library for mods by name:
```
$ modcli -searchName "ModName"
```
or search by tag:
```
$ modcli -searchTag "Tag"
```## Install
Now, you can only download the source code and run it yourself:
With Python installed, run:
```
pip install -r requirements.txt
```
To install dependencies (may be a bit slow, it is recommended to go online scientifically), and run:
```
python main.py
```
to run the program.## Contributors
- [@iamliuzy](https://www.github.com/iamliuzy)
## Link
If you have any questions or ideas, you can discuss them on the [Discussions page](https://github.com/iamliuzy/ModCLI/discussions).
If the program crashes, please report it on the [Issue page](https://github.com/iamliuzy/ModCLI/issues).