Bacon

Background Rust code checker

javimosch aedfb5f 581 B Updated

File contents

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 linting
  • test - Run tests
  • check - Run cargo check (default)
  • Custom jobs defined in bacon.toml

javimosch/supercli/tree/main/plugins/bacon/skills/quickstart commit aedfb5ff0e

Frequently asked questions

npx skillmds@latest add javimosch/bacon