#download #command-line-tool #search #plugin #resources #name #spigot

app spigotfly

Command line tool for downloading spigot plugins

2 releases

0.1.3 May 13, 2024
0.1.2 May 13, 2024
0.1.1 May 13, 2024
0.1.0 May 13, 2024

#502 in Command line utilities

Download history 307/week @ 2024-05-12 20/week @ 2024-05-19

327 downloads per month

Apache-2.0

14KB
141 lines

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>

Dependencies

~6–20MB
~276K SLoC