Skip to main content
aislop badge prints badge markdown for your repository’s public score.

Usage

aislop badge
aislop badge --owner scanaislop --repo aislop
aislop badge --json

Flags

FlagDescription
--owner <owner>GitHub owner. Auto-detected from git remote when omitted.
--repo <repo>GitHub repository name. Auto-detected from git remote when omitted.
--jsonEmits machine-readable JSON instead of rendered markdown.

Markdown output

[![aislop](https://badges.scanaislop.com/score/<owner>/<repo>.svg)](https://scanaislop.com)
Paste the markdown into your README. The badge points readers to the hosted project page on scanaislop.com.

When auto-detection fails

If the repository remote is missing, private, or not a GitHub URL, pass the owner and repo explicitly:
aislop badge --owner my-org --repo my-repo

CI relationship

The badge is most useful when paired with a CI gate. Add aislop ci to pull requests so the score is refreshed as code changes.