zuygui / flowupdater-json-creator

Create JSON file compatibles with Flow Updater from command line.
https://zuygui.is-a.dev/blogs/introducing-flowupdater-json-creator/
MIT License
2 stars 3 forks source link
cli command-line-tool curseforge curseforge-api flowupdater minecraft minecraft-mod mods

Flow Updater JSON Creator : Generate JSONs compatible with Flow Updater.

TODOKey FeaturesInstallationUsageContributingLicense

TODO

If you have any suggestions, feel free to open an issue or a pull request.

Key Features

Installation

Download from Releases

  1. Download the latest release from the Releases page.

Build from source

Requirements:

  1. Clone the repository:
git clone https://github.com/zuygui/flow-updater-json-creator.git
  1. Navigate to the project directory:
cd flow-updater-json-creator
  1. Build the application:
cargo build --bin flowupdater-json-creator --release

Usage

  1. Run the application:
/path/to/flow-updater-json-creator/flowupdater-json-creator
  1. Follow the on-screen instructions to generate your JSON files.

  2. Once generated, you can use the produced JSON files with the Flow Updater Java library.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork this repository.

  2. Create a new branch:

git checkout -b feature/your-feature-name
  1. Make your changes and commit them:
git commit -am 'feat: :sparkles: implement new feature'
  1. Push to your forked repository:
git push origin feature/your-feature-name
  1. Create a pull request detailing your changes.

License

This project is licensed under the MIT License.


🤓 Happy Hacking ! - Handcrafted with 💖 by Zuygui.