speedruns 0.20.20

Unofficial tools for mirroring speedrun.com API data
Documentation
#!/bin/bash
set -euxo pipefail

prettier --write '**/*.{config.js,ts,tsx,md,json,graphql,gql,css,sass,scss,html}' --ignore-path '.gitignore'

cargo fmt --all