aislop badge prints badge markdown for your repository’s public score.
Usage
Flags
| Flag | Description |
|---|---|
--owner <owner> | GitHub owner. Auto-detected from git remote when omitted. |
--repo <repo> | GitHub repository name. Auto-detected from git remote when omitted. |
--json | Emits machine-readable JSON instead of rendered markdown. |
Markdown output
scanaislop.com.
When auto-detection fails
If the repository remote is missing, private, or not a GitHub URL, pass the owner and repo explicitly:CI relationship
The badge is most useful when paired with a CI gate. Addaislop ci to pull requests so the score is refreshed as code changes.