Skip to content

Repo Pin Card

GitHub extra pins allow you to pin more than 6 repositories in your profile using a GitHub profile readme.

Yay! You are no longer limited to 6 pinned repositories.

Copy-paste this code into your readme and change the links.

Endpoint: api/pin?username=anuraghazra&repo=type-trident

[![Readme Card](https://github-stats-extended.vercel.app/api/pin/?username=anuraghazra&repo=type-trident)](https://github.com/anuraghazra/type-trident)

You can customize the appearance and behavior of the pinned repository card using the common options and exclusive options listed in the table below.

NameDescriptionTypeDefault value
show_ownerShows the repo’s owner name.booleanfalse
browser_renderingCompute text wrapping of repository description natively in the browser, instead of computing it server-side.booleanfalse
description_lines_countManually set the number of lines for the description. Specified value will be clamped between 1 and 3. If this parameter is not specified, the number of lines will be automatically adjusted according to the actual length of the description.numbernull
card_widthSets the card’s width manually.number400px (approx.)
show_iconsShows icons near all stats enabled via show.booleantrue
line_heightSets the line height between stats enabled via show.integer22
text_boldUses bold text for all stats enabled via show.booleanfalse
number_formatSwitches between two available formats for displaying the numbers for all stats enabled via show: short (i.e. 6.6k) and long (i.e. 6626).enumshort
showShows additional items on stats card (i.e. prs_authored, prs_commented, prs_reviewed, issues_authored or issues_commented).string (comma-separated values)null

Readme CardReadme Card

Use show_owner query option to include the repo’s owner username:

Readme CardReadme Card

Use show query option to display the user’s contributions to the repository:

Readme CardReadme Card

You can also specify the repo parameter in the form <user_or_organization>/<repository> to pin a repository from any user or organization, not just your own. This allows you to showcase repositories you contributed to, regardless of ownership.

Readme CardReadme Card