Skip to content

Commit ebed745

Browse files
committed
create clone count badge
1 parent 3b6e773 commit ebed745

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/Dartvauder/0778af493539a4463a319d91704fb5d1/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/Dartvauder/0778af493539a4463a319d91704fb5d1/raw/clone.json&logo=github'></a>
13+
```

0 commit comments

Comments
 (0)