Asthowen / flowupdater-json-creator

Create JSON file compatibles with Flow Updater from command line.

Home Page:https://crates.io/crates/fujc-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flow Updater JSON Creator

Create JSON file compatibles with Flow Updater from command line.

TODO for 2.0.0

  • support local mods and generate .zip or other archive at build if local mods added (Can't be add to the project because we can profile a URL for access to files)
  • add Modrinth (mod provider like Curseforge) support
  • add a GUI and a option for use the cli --nogui

Installation

Download from releases.

Or from source (require cargo and rust):

git clone https://github.com/zuygui/flowupdater-json-creator.git
cd flowupdater-json-creator
cargo build --release

Usage

# in Linux; you need to set executable perm to file
chmod +x ./flowupdater-json-creator-{your version end}

# Run the executable
./flowupdater-json-creator-{your version end}

Features

Documentation

License

MIT

About

Create JSON file compatibles with Flow Updater from command line.

https://crates.io/crates/fujc-api

License:MIT License


Languages

Language:Rust 100.0%