|
1 | 1 | # Markdown Badge Catalog |
2 | 2 |
|
3 | | -A ready-to-copy collection of badges for your GitHub READMEs, personal sites, and project documentation. |
| 3 | +This `markdown` file contains a collection of badges without `labels`. You can easily copy and paste the `markdown` code to include these badges in your own README files or documentation. |
| 4 | + |
| 5 | +## Table of Contents |
| 6 | + |
| 7 | +- [🧑💻 Languages](#-languages) |
| 8 | +- [🛠️ Build Tools \& Package Managers](#️-build-tools--package-managers) |
| 9 | +- [🎮 Engines \& Frameworks](#-engines--frameworks) |
| 10 | +- [🟢 Project Status](#-project-status) |
4 | 11 |
|
5 | 12 | ## Badges |
6 | 13 |
|
@@ -72,17 +79,3 @@ A ready-to-copy collection of badges for your GitHub READMEs, personal sites, an |
72 | 79 | | Deprecated |  | `` | |
73 | 80 |
|
74 | 81 | [↑ Back to top](#markdown-badge-catalog) |
75 | | - |
76 | | -### 📌 Dynamic Badges – Quick Examples |
77 | | - |
78 | | -Replace `your-username`, `your-repo`, `your-package` etc. with real values. |
79 | | - |
80 | | -| Type | Markdown Example | Purpose | |
81 | | -| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- | |
82 | | -| npm version | [](https://www.npmjs.com/package/your-package) | Latest version on npm | |
83 | | -| GitHub Actions | [](https://github.com/your-username/your-repo/actions) | Build / CI status | |
84 | | -| Code Coverage | [](https://codecov.io/gh/your-username/your-repo) | Test coverage % | |
85 | | -| Latest Release | [](https://github.com/your-username/your-repo/releases) | Latest GitHub release tag | |
86 | | -| Docker Pulls | [](https://hub.docker.com/r/yourusername/yourimage) | Docker Hub pulls count | |
87 | | - |
88 | | -[↑ Back to top](#markdown-badge-catalog) |
0 commit comments