https://github.com/brenekh/mc-mod-manager
https://github.com/brenekh/mc-mod-manager
cli minecraft minecraft-mods poetry python python-poetry
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brenekh/mc-mod-manager
- Owner: BrenekH
- License: gpl-3.0
- Created: 2021-05-04T00:21:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T21:46:36.000Z (over 1 year ago)
- Last Synced: 2024-06-20T10:59:51.013Z (over 1 year ago)
- Topics: cli, minecraft, minecraft-mods, poetry, python, python-poetry
- Language: Python
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minecraft Mod Manager (mcmm)
## Dependencies
This project uses [Poetry](https://python-poetry.org) to manage dependencies.
## Building a Release
`binary.py` is a special file that imports `mcmm` and runs the `cli` function just as the package does when invoked by Python.
To build a release binary, simply use `poetry run PyInstaller --onefile --name mcmm binary.py` from the root folder and an executable will be available in the `dist/` directory.