Installation
Recommended: install from PyPI with uv
Section titled “Recommended: install from PyPI with uv”uv tool install janitor-shVerify installation:
janitor --helpPrerequisites
Section titled “Prerequisites”uvinstalled on your machine- A repository that contains code or documentation files janitor can process
Source build fallback
Section titled “Source build fallback”Use this if you are testing local source changes or cannot use PyPI.
- Build from a local checkout:
cargo build --release- Run the binary directly:
./target/release/janitor --help- Optional install from local source:
uv tool install . --forceNext step
Section titled “Next step”Continue with Getting Started to run janitor safely in local repositories.