TODO • Key Features • Installation • Usage • Contributing • License
- Support other mods providers (Modrinth, etc.)
- Add custom json targets (MCP, External Files, etc.)
- Add compatibles version getter from ModLoader's API
If you have any suggestions, feel free to open an issue or a pull request.
- 📁 Generate JSON files compatible with [Flow Updater].
- 🚀 Easy-to-use interface for creating configuration files.
- 🔧 Customize JSON settings to match your requirements.
- 📝 Documented code for easy integration into other projects.
- Download the latest release from the Releases page.
Requirements:
- Clone the repository:
git clone https://github.com/zuygui/flow-updater-json-creator.git
- Navigate to the project directory:
cd flow-updater-json-creator
- Build the application:
cargo build --bin flowupdater-json-creator --release
- Run the application:
/path/to/flow-updater-json-creator/flowupdater-json-creator
-
Follow the on-screen instructions to generate your JSON files.
-
Once generated, you can use the produced JSON files with the Flow Updater Java library.
Contributions are welcome! Please follow these steps:
-
Fork this repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -am 'feat: :sparkles: implement new feature'
- Push to your forked repository:
git push origin feature/your-feature-name
- Create a pull request detailing your changes.
This project is licensed under the MIT License.
🤓 Happy Hacking ! - Handcrafted with 💖 by Zuygui.