https://github.com/mythicmaniac/mythicmodmanager
A bootleg Mod Manager for Risk of Rain 2 with Thunderstore integration
https://github.com/mythicmaniac/mythicmodmanager
Last synced: 16 days ago
JSON representation
A bootleg Mod Manager for Risk of Rain 2 with Thunderstore integration
- Host: GitHub
- URL: https://github.com/mythicmaniac/mythicmodmanager
- Owner: MythicManiac
- License: gpl-3.0
- Created: 2019-04-22T14:59:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:00:50.000Z (over 2 years ago)
- Last Synced: 2025-05-12T08:16:32.307Z (19 days ago)
- Language: Python
- Size: 505 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MythicModManager
A bootleg Mod Manager for Risk of Rain 2 with Thunderstore integration## Development setup
Black
-----This project uses [black](https://github.com/ambv/black) for code formatting.
Set it up following these instructions:
* Make sure the `pre-commit` command is available on your terminal. You can
install it either locally or globally with `pip install pre-commit`
* Install the hooks in this repository. This can be done with
`pre-commit install`
* Black will now be ran against all your changes before you make a commit, and
if there are formatting issues it will attempt to fix them, and prvent the
commit from happening.
* You should also add black to your code editor of choice. See the
[GitHub page](https://github.com/ambv/black) for more details.