2 releases
0.1.3 | May 13, 2024 |
---|---|
0.1.2 |
|
0.1.1 |
|
0.1.0 |
|
#2407 in Command line utilities
86 downloads per month
14KB
141 lines
Spigotfly CLI
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
~7–18MB
~252K SLoC