# ⚾ Inside Baseball
Modding tools for Backyard Baseball 2001.
If you don't want to download anything, you can always [browse the scripts online](https://github.com/whatisaphone/inside-baseball/tree/browse).
## Getting Started
- [Download the latest release](https://github.com/whatisaphone/inside-baseball/releases)
- Run `inside-baseball --help`
## Contributing
### Install prerequisites
- [Rust]
- [pre-commit]
[Rust]: https://www.rust-lang.org/
[pre-commit]: https://pre-commit.com/
### Install the pre-commit hook
```sh
pre-commit install
```
This installs a Git hook that runs a quick sanity check before every commit.
### Run the app
```sh
cargo run
```
### Run the tests
```sh
cargo test
```