commands.sh

bacon

all

A background code checker for Rust.

More info →

Examples (6)

Run `cargo check` whenever a change is detected in the current directory

Run `cargo test` whenever a change is detected in the given directory

bacon test path/to/directory

Run `cargo check` against all targets whenever a change is detected in the current directory

bacon check-all

Run a specific job whenever a change is detected in the current directory

bacon run|test|clippy|doc|...

List all currently available jobs

bacon --list-jobs

Initialize a `bacon.toml` configuration file in the current directory

bacon --init
made by @shridhargupta | data from tldr-pages