spigotfly

Crates.iospigotfly
lib.rsspigotfly
version0.1.3
sourcesrc
created_at2024-05-13 12:57:24.24965
updated_at2024-05-13 21:44:20.580643
descriptionCommand line tool for downloading spigot plugins
homepage
repositoryhttps://github.com/unldenis/spigotfly
max_upload_size
id1238413
size45,869
Denis Mehilli (unldenis)

documentation

README

Spigotfly CLI

Crates.io

The Spigotfly command line interface (CLI) permits to search and download spigot resources. The Spigotfly CLI allows you to

  • Search a resource by its name or tags with some optional parameters
  • Download a resource

Installation

Spigotfly builds can be downloaded in the GitHub release page. Alternatively, you could install it using the Cargo package manager.

spigotfly is written in Rust, and thus requires the Rust toolchain to compile. Follow the instructions at https://www.rust-lang.org/tools/install to install the toolchain. Once that is complete, execute the following command:

cargo install spigotfly

Usage

C:\Users\User>spigotfly
Command line tool for downloading spigot plugins

Usage: spigotfly <COMMAND>

Commands:
  search    Search a resource
  download  Download a resource by id
  help      Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

C:\Users\User>
Commit count: 33

cargo fmt