@ehildt/depbadge 1.1.2 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +39 -42
- package/dist/index.mjs +5629 -243
- package/package.json +13 -19
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Depbadge is a CLI tool that automatically generates and maintains dependency and status badges for your project documentation — perfect for keeping your badges consistent and up-to-date.
|
|
1
|
+
<div align="center">
|
|
4
2
|
|
|
5
|
-
|
|
3
|
+
# DEPBADGE
|
|
6
4
|
|
|
7
|
-
|
|
5
|
+
</div>
|
|
8
6
|
|
|
9
|
-
|
|
7
|
+
<div align="justify">
|
|
8
|
+
Depbadge is a CLI tool that automatically generates and maintains dependency and status badges for your project documentation — perfect for keeping your badges consistent and up-to-date. It reads your project’s manifest and produces Shields-based badges rendered dynamically via Shields.io, fully compatible with GitHub, GitLab, and other platforms. All layout, grouping, styling, and badge composition are defined in a depbadgerc.yml configuration file, making the output deterministic, reproducible, and fully automated. Depbadge handles both dependency badges and third-party status badges (e.g., releases, container metrics, coverage), injecting them directly into your target documentation file (default README.md) so your badges are always accurate. It also supports generating previews and structured definitions for inspection or CI/CD workflows. By automating badge generation, Depbadge solves common problems: outdated badges, inconsistent styling, and manual maintenance overhead — keeping your documentation visually consistent and trustworthy.
|
|
9
|
+
</div>
|
|
10
10
|
|
|
11
11
|
<br>
|
|
12
12
|
<div align="center">
|
|
@@ -27,8 +27,8 @@ By automating badge generation, Depbadge solves common problems: outdated badges
|
|
|
27
27
|

|
|
28
28
|

|
|
29
29
|

|
|
30
|
-

|
|
31
|
-
](https://about.codecov.io/)
|
|
31
|
+
[](https://sallysbakingaddiction.com/chewy-chocolate-chip-cookies/)
|
|
32
32
|
|
|
33
33
|
</div>
|
|
34
34
|
|
|
@@ -36,9 +36,10 @@ By automating badge generation, Depbadge solves common problems: outdated badges
|
|
|
36
36
|
|
|
37
37
|
<div align="center">
|
|
38
38
|
|
|
39
|
-
[](https://
|
|
40
|
-
[](https://
|
|
41
|
-
[](https://
|
|
39
|
+
[](https://github.com/omgovich/colord)
|
|
40
|
+
[](https://github.com/nodeca/js-yaml)
|
|
41
|
+
[](https://github.com/iarna/iarna-toml)
|
|
42
|
+
[](https://github.com/yargs/yargs)
|
|
42
43
|
|
|
43
44
|
</div>
|
|
44
45
|
|
|
@@ -46,37 +47,33 @@ By automating badge generation, Depbadge solves common problems: outdated badges
|
|
|
46
47
|
|
|
47
48
|
<div align="center">
|
|
48
49
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
[](https://www.npmjs.com/package/example_package)
|
|
77
|
-
[](https://www.npmjs.com/package/example_package)
|
|
78
|
-
[](https://www.npmjs.com/package/example_package)
|
|
79
|
-
[](https://www.npmjs.com/package/example_package)
|
|
50
|
+

|
|
51
|
+

|
|
52
|
+

|
|
53
|
+

|
|
54
|
+

|
|
55
|
+

|
|
56
|
+

|
|
57
|
+

|
|
58
|
+

|
|
59
|
+

|
|
60
|
+

|
|
61
|
+

|
|
62
|
+

|
|
63
|
+

|
|
64
|
+

|
|
65
|
+

|
|
66
|
+

|
|
67
|
+

|
|
68
|
+

|
|
69
|
+

|
|
70
|
+

|
|
71
|
+

|
|
72
|
+

|
|
73
|
+

|
|
74
|
+

|
|
75
|
+

|
|
76
|
+

|
|
80
77
|
|
|
81
78
|
</div>
|
|
82
79
|
<!-- DEPBADGE:END -->
|