Skip to content

Commit 786d191

Browse files
committed
Add script to get top dependencies
1 parent 6a83f89 commit 786d191

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

Docs/top-dependencies.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
| url | stars |
2+
|-----------------------------------------------------------------|---------|
3+
| https://github.com/microsoft/PowerToys | 93K |
4+
| https://github.com/dotnet/iot | 2.0K |
5+
| https://github.com/angularsen/UnitsNet | 1.9K |
6+
| https://github.com/genielabs/HomeGenie | 367 |
7+
| https://github.com/raspberry-sharp/raspberry-sharp-io | 337 |
8+
| https://github.com/chino-os/chino-os | 147 |
9+
| https://github.com/BriefFiniteElementNet/BriefFiniteElement.Net | 128 |
10+
| https://github.com/porrey/Virtual-ZPL-Printer | 95 |
11+
| https://github.com/WhiteBlackGoose/UnitsOfMeasure | 56 |
12+
| https://github.com/pi-top/pi-top-4-.NET-SDK | 47 |
13+
found 451 repositories others repositories are private
14+
found 154 repositories with more than zero star
15+

Docs/update-top-dependencies.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
echo "Pre-requisites:"
3+
echo "Install Python and PIP package manager."
4+
echo "Configure GitHub access token: export GHTOPDEP_TOKEN=[token]"
5+
echo ""
6+
7+
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
8+
pip install --quiet ghtopdep
9+
ghtopdep --minstar=10 https://github.com/angularsen/unitsnet | tee "$script_dir/top-dependencies.md"

0 commit comments

Comments
 (0)