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 9, 2023
1 parent 132f093 commit 7437daf
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/Tinker-Twins/e2855ef0fa018279b206045be92424cb/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/Tinker-Twins/e2855ef0fa018279b206045be92424cb/raw/clone.json&logo=github'></a>
```

0 comments on commit 7437daf

Please sign in to comment.