Skip to content

Commit 69ce4e6

Browse files
[GitHub Dependents Info] Updated markdown file(s) (#580)
Co-authored-by: nvuillam <[email protected]>
1 parent b1c41b4 commit 69ce4e6

File tree

2 files changed

+25
-14
lines changed

2 files changed

+25
-14
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/nvuillam/github-dependents-info/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)
1111

1212
[![GitHub contributors](https://img.shields.io/github/contributors/nvuillam/github-dependents-info.svg)](https://github.com/nvuillam/github-dependents-info/graphs/contributors/)<!-- gh-dependents-info-used-by-start -->
13-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=11&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end -->
13+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=22&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end -->
1414
[![GitHub Sponsors](https://img.shields.io/github/sponsors/nvuillam)](https://github.com/sponsors/nvuillam)
1515
[![MegaLinter](https://github.com/nvuillam/github-dependents-info/actions/workflows/mega-linter.yml/badge.svg)](https://github.com/nvuillam/github-dependents-info/actions/workflows/mega-linter.yml)
1616
[![License](https://img.shields.io/github/license/nvuillam/github-dependents-info)](https://github.com/nvuillam/github-dependents-info/blob/master/LICENSE)
@@ -35,7 +35,7 @@ This package uses GitHub HTML to collect dependents information and can:
3535
- Generate summary markdown file
3636
- Update existing markdown by inserting **Used by** badge within tags
3737
- `<!-- gh-dependents-info-used-by-start -->
38-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=11&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end -->`
38+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=22&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end -->`
3939
- Handle multiple repositories packages
4040
- Filter results using minimum stars
4141

@@ -238,7 +238,7 @@ _________________
238238
|-----------|--------|----------------------------------------------|
239239
| --repo | String | Repository. Example: `oxsecurity/megalinter` |
240240
| -b<br/> --badgemarkdownfile | String | _(optional)_ Path to markdown file where to insert/update **Used by** badge <br/> (must contain tags `<!-- gh-dependents-info-used-by-start -->
241-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=11&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end -->`) |
241+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=22&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end -->`) |
242242
| -s<br/> --sort | String | _(optional)_ Sort order: name (default) or stars |
243243
| -x<br/> --minstars | String | _(optional)_ If set, filters repositories to keep only those with more than X stars |
244244
| -m<br/> --markdownfile | String | _(optional)_ Output markdown file file |
@@ -260,7 +260,7 @@ _________________
260260
github-dependents-info --repo nvuillam/npm-groovy-lint --json
261261

262262
- Insert/Update **Used by** markdown badge within an existing markdown file containing tags `<!-- gh-dependents-info-used-by-start -->
263-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=11&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end -->`
263+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=22&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end -->`
264264

265265
github-dependents-info --repo nvuillam/npm-groovy-lint --badgemarkdownfile ./README.md
266266

@@ -291,7 +291,7 @@ Create a file **.github/workflows/github-dependents-info.yml** in your repositor
291291
If will generate a new Pull Request (or replace the pending one) every time the usage stats will have changed :)
292292

293293
Don't forget to add tags `<!-- gh-dependents-info-used-by-start -->
294-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=11&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end -->` in your **README.md**, at the end of another badge line if you want github-dependents-info to replace its content automatically.
294+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=22&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end -->` in your **README.md**, at the end of another badge line if you want github-dependents-info to replace its content automatically.
295295

296296
```yaml
297297
# GitHub Dependents Info workflow

docs/github-dependents-info.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,33 @@
11
# Dependents stats for nvuillam/github-dependents-info
22

3-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=11&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/network/dependents)
4-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=11&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/network/dependents)
5-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=-11&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/network/dependents)
6-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=138&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/network/dependents)
3+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=22&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/network/dependents)
4+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=22&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/network/dependents)
5+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=-22&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/network/dependents)
6+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=1983&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/network/dependents)
77

88
| Repository | Stars |
99
| :-------- | -----: |
10-
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/17500430?s=40&v=4" width="20" height="20" alt=""> &nbsp; [nvuillam](https://github.com/nvuillam) / [github-dependents-info](https://github.com/nvuillam/github-dependents-info) | 73 |
11-
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/17500430?s=40&v=4" width="20" height="20" alt=""> &nbsp; [nvuillam](https://github.com/nvuillam) / [node-java-caller](https://github.com/nvuillam/node-java-caller) | 35 |
12-
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/17500430?s=40&v=4" width="20" height="20" alt=""> &nbsp; [nvuillam](https://github.com/nvuillam) / [markdown-table-formatter](https://github.com/nvuillam/markdown-table-formatter) | 19 |
13-
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/17500430?s=40&v=4" width="20" height="20" alt=""> &nbsp; [nvuillam](https://github.com/nvuillam) / [node-sarif-builder](https://github.com/nvuillam/node-sarif-builder) | 8 |
10+
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/1512341?s=40&v=4" width="20" height="20" alt=""> &nbsp; [douglasjunior](https://github.com/douglasjunior) / [react-native-keyboard-manager](https://github.com/douglasjunior/react-native-keyboard-manager) | 944 |
11+
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/1512341?s=40&v=4" width="20" height="20" alt=""> &nbsp; [douglasjunior](https://github.com/douglasjunior) / [react-native-simple-dialogs](https://github.com/douglasjunior/react-native-simple-dialogs) | 311 |
12+
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/1512341?s=40&v=4" width="20" height="20" alt=""> &nbsp; [douglasjunior](https://github.com/douglasjunior) / [react-native-get-location](https://github.com/douglasjunior/react-native-get-location) | 196 |
13+
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/1512341?s=40&v=4" width="20" height="20" alt=""> &nbsp; [douglasjunior](https://github.com/douglasjunior) / [react-native-recaptcha-that-works](https://github.com/douglasjunior/react-native-recaptcha-that-works) | 162 |
14+
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/1512341?s=40&v=4" width="20" height="20" alt=""> &nbsp; [douglasjunior](https://github.com/douglasjunior) / [react-native-pdf-renderer](https://github.com/douglasjunior/react-native-pdf-renderer) | 123 |
15+
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/17500430?s=40&v=4" width="20" height="20" alt=""> &nbsp; [nvuillam](https://github.com/nvuillam) / [github-dependents-info](https://github.com/nvuillam/github-dependents-info) | 100 |
16+
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/1512341?s=40&v=4" width="20" height="20" alt=""> &nbsp; [douglasjunior](https://github.com/douglasjunior) / [react-native-gradient-shimmer](https://github.com/douglasjunior/react-native-gradient-shimmer) | 39 |
17+
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/17500430?s=40&v=4" width="20" height="20" alt=""> &nbsp; [nvuillam](https://github.com/nvuillam) / [node-java-caller](https://github.com/nvuillam/node-java-caller) | 38 |
18+
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/1512341?s=40&v=4" width="20" height="20" alt=""> &nbsp; [douglasjunior](https://github.com/douglasjunior) / [react-native-applifecycle](https://github.com/douglasjunior/react-native-applifecycle) | 22 |
19+
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/17500430?s=40&v=4" width="20" height="20" alt=""> &nbsp; [nvuillam](https://github.com/nvuillam) / [markdown-table-formatter](https://github.com/nvuillam/markdown-table-formatter) | 21 |
20+
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/17500430?s=40&v=4" width="20" height="20" alt=""> &nbsp; [nvuillam](https://github.com/nvuillam) / [njre](https://github.com/nvuillam/njre) | 11 |
21+
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/17500430?s=40&v=4" width="20" height="20" alt=""> &nbsp; [nvuillam](https://github.com/nvuillam) / [node-sarif-builder](https://github.com/nvuillam/node-sarif-builder) | 11 |
1422
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/19632501?s=40&v=4" width="20" height="20" alt=""> &nbsp; [elgohr](https://github.com/elgohr) / [github-globe](https://github.com/elgohr/github-globe) | 2 |
23+
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/25952589?s=40&v=4" width="20" height="20" alt=""> &nbsp; [Lyn4ever29](https://github.com/Lyn4ever29) / [pipy_server](https://github.com/Lyn4ever29/pipy_server) | 1 |
24+
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/88446464?s=40&v=4" width="20" height="20" alt=""> &nbsp; [WayScience](https://github.com/WayScience) / [software-landscape-analysis](https://github.com/WayScience/software-landscape-analysis) | 1 |
1525
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/8592144?s=40&v=4" width="20" height="20" alt=""> &nbsp; [zhimin-z](https://github.com/zhimin-z) / [MSR-Asset-Management](https://github.com/zhimin-z/MSR-Asset-Management) | 1 |
1626
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/85517829?s=40&v=4" width="20" height="20" alt=""> &nbsp; [CU-DBMI](https://github.com/CU-DBMI) / [set-effort-analysis](https://github.com/CU-DBMI/set-effort-analysis) | 0 |
1727
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/7026066?s=40&v=4" width="20" height="20" alt=""> &nbsp; [dianjuar](https://github.com/dianjuar) / [ngx-deploy-npm-angular-dependant-script](https://github.com/dianjuar/ngx-deploy-npm-angular-dependant-script) | 0 |
18-
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/88446464?s=40&v=4" width="20" height="20" alt=""> &nbsp; [WayScience](https://github.com/WayScience) / [software-landscape-analysis](https://github.com/WayScience/software-landscape-analysis) | 0 |
1928
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/6073215?s=40&v=4" width="20" height="20" alt=""> &nbsp; [bruno-fs](https://github.com/bruno-fs) / [python-rust-research](https://github.com/bruno-fs/python-rust-research) | 0 |
29+
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/106377191?s=40&v=4" width="20" height="20" alt=""> &nbsp; [RolfMoleman](https://github.com/RolfMoleman) / [markdown-table-formatter](https://github.com/RolfMoleman/markdown-table-formatter) | 0 |
30+
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/26076517?s=40&v=4" width="20" height="20" alt=""> &nbsp; [Superskyyy](https://github.com/Superskyyy) / [deps-graph-ray](https://github.com/Superskyyy/deps-graph-ray) | 0 |
2031
|<img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/17500430?s=40&v=4" width="20" height="20" alt=""> &nbsp; [nvuillam](https://github.com/nvuillam) / [mkdocs-material-github-dependents-info](https://github.com/nvuillam/mkdocs-material-github-dependents-info) | 0 |
2132

2233
_Generated using [github-dependents-info](https://github.com/nvuillam/github-dependents-info), by [Nicolas Vuillamy](https://github.com/nvuillam)_

0 commit comments

Comments
 (0)