Skip to content

Commit

Permalink
[GitHub Dependents Info] Updated markdown file(s) (#551)
Browse files Browse the repository at this point in the history
Co-authored-by: nvuillam <[email protected]>
  • Loading branch information
github-actions[bot] and nvuillam authored Mar 3, 2024
1 parent fa4a7bc commit b1c41b4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![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)

[![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 -->
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=10&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end -->
[![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 -->
[![GitHub Sponsors](https://img.shields.io/github/sponsors/nvuillam)](https://github.com/sponsors/nvuillam)
[![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)
[![License](https://img.shields.io/github/license/nvuillam/github-dependents-info)](https://github.com/nvuillam/github-dependents-info/blob/master/LICENSE)
Expand All @@ -35,7 +35,7 @@ This package uses GitHub HTML to collect dependents information and can:
- Generate summary markdown file
- Update existing markdown by inserting **Used by** badge within tags
- `<!-- gh-dependents-info-used-by-start -->
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=10&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end -->`
[![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 -->`
- Handle multiple repositories packages
- Filter results using minimum stars

Expand Down Expand Up @@ -238,7 +238,7 @@ _________________
|-----------|--------|----------------------------------------------|
| --repo | String | Repository. Example: `oxsecurity/megalinter` |
| -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 -->
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=10&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end -->`) |
[![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 -->`) |
| -s<br/> --sort | String | _(optional)_ Sort order: name (default) or stars |
| -x<br/> --minstars | String | _(optional)_ If set, filters repositories to keep only those with more than X stars |
| -m<br/> --markdownfile | String | _(optional)_ Output markdown file file |
Expand All @@ -260,7 +260,7 @@ _________________
github-dependents-info --repo nvuillam/npm-groovy-lint --json

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

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

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

Don't forget to add tags `<!-- gh-dependents-info-used-by-start -->
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=10&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.
[![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.

```yaml
# GitHub Dependents Info workflow
Expand Down
33 changes: 17 additions & 16 deletions docs/github-dependents-info.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
# Dependents stats for nvuillam/github-dependents-info

[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=10&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/network/dependents)
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=10&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/network/dependents)
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=-10&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/network/dependents)
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=136&color=informational&logo=slickpic)](https://github.com/nvuillam/github-dependents-info/network/dependents)
[![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)
[![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)
[![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)
[![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)

| Repository | Stars |
|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------:|
| <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 |
| <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) | 34 |
| <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) | 18 |
| <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 |
| <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 |
| <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 |
| <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 |
| <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 |
| <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 |
| <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 |
| Repository | Stars |
| :-------- | -----: |
|<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 |
|<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 |
|<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 |
|<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 |
|<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 |
|<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 |
|<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 |
|<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 |
|<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 |
|<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 |
|<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 |

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

0 comments on commit b1c41b4

Please sign in to comment.