deno-x-ranking

(Deno) gh-pages nest badge

🦕 Deno Third Party Modules Ranking 👑
https://deno.land/x/ranking

Ranking Page

https://yoshixmk.github.io/deno-x-ranking

Usage

File output

$ deno run --allow-net --allow-write https://deno.land/x/ranking/mod.ts <github username> <github password> file

Console output

$ deno run --allow-net https://deno.land/x/ranking/mod.ts <github username> <github password> table

Markdown output

$ deno run --allow-net --allow-write --allow-read https://deno.land/x/ranking/mod.ts <github username> <github password> markdown

Logic

Ranking GitHub Star count.
And sorted by GitHub Star.
If same GitHub Star count, rank using forks count, watchers count, subscribers count.

Sample

./examples/ranking_result.tsv

Plan

  • "type": "github" support
  • "type": "npm" support
  • "type": "deno_std" support
  • real-time ranking page update