Repository
Current version released
4 years ago
deno-x-ranking
π¦ Deno Third Party Modules Ranking π
https://deno.land/x/ranking
Ranking Page
https://yoshixmk.github.io/deno-x-ranking
Get Started
Github API Tokens
Prepare an access token for Github public access permission only from the following URL. When public access setting permissions, you can leave all check boxes cleared.
https://github.com/settings/tokens/new
Tsv output
$ deno run --allow-net --allow-write https://deno.land/x/ranking/mod.ts -u <github username> -t <github token> -f tsv
Console output
$ deno run --allow-net https://deno.land/x/ranking/mod.ts -u <github username> -t <github token> -f table
Markdown output
$ deno run --allow-net --allow-write --allow-read https://deno.land/x/ranking/mod.ts -u <github username> -t <github token> -f markdown
Help
$ deno run https://deno.land/x/ranking/mod.ts -h
Ranking Logic
After processing according to the ranking logic below, limit to only the necessary data for each output format, and output at the end.
- Ranking GitHub Star count.
- Sorted by GitHub Star.
- If same GitHub Star count, continue to check rank using forks count, watchers count, subscribers count.
Sample
Plan
-
"type": "github"
support -
"type": "npm"
support -
"type": "deno_std"
support - real-time ranking page update