Installation
If you're looking for the latest stable version of the sprocket
command line tool, you can download it from any of the package managers listed below. Otherwise, see the build from source section on how to obtain and build a copy of the source code.
Package Managers
Homebrew
Notice
While we'd like to make sprocket
easily installable via Homebrew, we're waiting to surpass the 75 star requirement for Homebrew formulas. If you feel so inclined, help us get there by starring the repo!
Crates.io
Before you can build sprocket
, you'll need to install Rust. We recommend using rustup to accomplish this. Once Rust is installed, you can install the latest version of sprocket
by running the following command.
cargo install sprocket
This will pull in the latest published version on crates.io.
Build From Source
Both the source code and the instructions to build the sprocket
command line tool are available on GitHub at stjude-rust-labs/sprocket
.
- The releases page contains all of the official releases for the project.
- If desired, you can install either the latest unpublished version (the code available on
main
) or any experimental features by checking out the associated feature branch (git checkout <branch-name>
).