bacon Plugin
Watches your Rust project and runs clippy, rustc, or custom commands on file changes.
Basic Usage
# Run bacon in default mode (cargo check)
sc bacon project check
# Run specific job (clippy)
sc bacon project check clippy
# Initialize config
sc bacon config init
# Show version
sc bacon self version
# Passthrough
sc bacon _ _ -- --clippy
Common Jobs
clippy- Run clippy lintingtest- Run testscheck- Run cargo check (default)- Custom jobs defined in bacon.toml