inside-baseball 0.1.0

Modding tools for Backyard Baseball 2001
Documentation

⚾ Inside Baseball

Modding tools for Backyard Baseball 2001.

If you don't want to download anything, you can always browse the scripts online.

Getting Started

Contributing

Install prerequisites

Install the pre-commit hook

pre-commit install

This installs a Git hook that runs a quick sanity check before every commit.

Run the app

cargo run

Run the tests

cargo test