create clone count badge
authorGitHub Action <action@github.com>
Thu, 13 Jul 2023 18:00:06 +0000 (18:00 +0000)
committerGitHub Action <action@github.com>
Thu, 13 Jul 2023 18:00:06 +0000 (18:00 +0000)
CLONE.md [new file with mode: 0644]

diff --git a/CLONE.md b/CLONE.md
new file mode 100644 (file)
index 0000000..8f899a0
--- /dev/null
+++ b/CLONE.md
@@ -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/jerome-benoit/c7c669b881d5b27dc0b44a639504ff93/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/jerome-benoit/c7c669b881d5b27dc0b44a639504ff93/raw/clone.json&logo=github'></a>
+```