Skip to content
bsr
Esc
navigateopen⌘Jpreview
On this page

Installation

Install bsr with mise, go install, or a local build.

Download a binary from GitHub Releases, or install with one of these methods.

mise use --pin github:sun-yryr/boy-scout-rule-based-lint
go install github.com/sun-yryr/boy-scout-rule-based-lint/cmd/bsr@latest
git clone https://github.com/sun-yryr/boy-scout-rule-based-lint.git
cd boy-scout-rule-based-lint
go build -o bsr .

Check that it works:

bsr --help

Next steps

Last updated on July 18, 2026

Was this page helpful?