smithereens

Smithereens

Smithereens is a digested open-source data visualizer tool for your Smash Ultimate results.

Why use Smithereens?

Installing the CLI

Please, check the build from source pre-requisites section before proceeding.

git clone https://github.com/danbugs/smithereens
cd smithereens
cargo build --release
cargo install --path .
smithe --help

Contributing

Please, check the build from source pre-requisites section before proceeding.

To get setup for contributing, run:

git clone https://github.com/danbugs/smithereens
cd smithereens
cargo build --release
cargo test --package smithe_lib --no-default-features -- --exact --nocapture --test-threads=1

If all tests pass, you should be good to go!

Building from source pre-requisites

If you run into any issues while setting this up, please considering making a PR (or at least an issue) to improve this document and help avoid others having to go through the same hurdles you did. It’s been a while since I had to get setup from scratch for this project, so this section could be missing required steps or items.