Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 732 Bytes

File metadata and controls

29 lines (21 loc) · 732 Bytes

Badge examples

Copy-paste rows generated with badgekit.

Full OSS row (markdown)

badgekit row ci release npm license node downloads \
  --owner topdaily-dev \
  --repo badgekit \
  --npm @topdaily-dev/badgekit

HTML row (centered README)

badgekit row ci npm license --owner topdaily-dev --repo badgekit --npm @topdaily-dev/badgekit --format html

Individual badges

Badge Command fragment
CI ci --owner OWNER --repo REPO (optional --workflow FILE)
npm npm --npm @scope/pkg
Stars stars --owner OWNER --repo REPO
Release release --owner OWNER --repo REPO

Bootstrap badges with: npx @korykaai/collab-kit init . --oss-toolchain