Skip to content

Commit

Permalink
create clone count badge
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 13, 2024
1 parent aa2f986 commit 805958a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CLONE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


**Markdown**

```markdown
[![GitHub Clones](https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url=https://gist.githubusercontent.com/Dartvauder/aa704ab4803f8694f2436cbf874a34fd/raw/clone.json&logo=github)](https://github.com/MShawon/github-clone-count-badge)

```

**HTML**
```html
<a href='https://github.com/MShawon/github-clone-count-badge'><img alt='GitHub Clones' src='https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url=https://gist.githubusercontent.com/Dartvauder/aa704ab4803f8694f2436cbf874a34fd/raw/clone.json&logo=github'></a>
```

0 comments on commit 805958a

Please sign in to comment.