Skip to content

Commit e904bc2

Browse files
committed
create clone count badge
1 parent 3fc26f7 commit e904bc2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CLONE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
**Markdown**
4+
5+
```markdown
6+
[![GitHub Clones](https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url=https://gist.githubusercontent.com/rootandbeer/661c0dbe7346464f58e99c7b334e0307/raw/clone.json&logo=github)](https://github.com/MShawon/github-clone-count-badge)
7+
8+
```
9+
10+
**HTML**
11+
```html
12+
<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/rootandbeer/661c0dbe7346464f58e99c7b334e0307/raw/clone.json&logo=github'></a>
13+
```

0 commit comments

Comments
 (0)