File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments