modrinth-apitool

Crates.iomodrinth-apitool
lib.rsmodrinth-apitool
version0.2.1
sourcesrc
created_at2024-11-02 17:50:01.417441
updated_at2024-11-08 18:42:14.502771
descriptionA command line interface for interacting with the modrinth api, currently it allows you to search the database for projects, in future it may allow you to download mods and create modlists to auto update.
homepage
repositoryhttps://github.com/FlorianXXIV/modrinth-apitool
max_upload_size
id1433051
size79,316
FlorianXXIV (FlorianXXIV)

documentation

README

modrinth-apitool

A tool to interact with the modrinth api using rust reqwest

Features

  • Search modrinth for projects
  • Download latest version of a mod by project ID.

Planned

  • Better Download options
    • List available versions by MC version
    • download latest mod version for a specific mc version
    • download specific mod version
    • automatically download dependencies
      • avoid multiple downloads
  • Be able add mods to a modlist file to automatically download the latest version of mods
  • ...

Install

To install run cargo install modrinth-apitool

Commit count: 18

cargo fmt