GitHub リポジトリのコミット数をモバイルでも確認できるツール「GitHub Repo Stats」
本文の状態
日本語全文を表示中
詳細モードで約1分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Simon Willison Blog
開発者のサイモン・ウィルソンが、GitHub のモバイルサイトでは表示されないリポジトリのコミット数を確認できるよう、REST API や GraphQL を活用した新ツールを公開しました。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るSource Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
ツール: GitHub Repo Stats
新しい GitHub リポジトリを評価する際に私がいつも確認するのは、そのコミット数です。しかし、この数字は GitHub のモバイルサイトレイアウトでは表示されません。これを解消するために本ツールを作成しました。使用したプロンプトは以下の通りです。
GitHub リポジトリの URL または foo/bar 形式のリポジトリ ID を指定すると、REST API または GraphQL を介して CORS フレームワークで fetch() されたリポジトリ情報を取得し、コミット数やその他の有用な統計データを表示します。
simonw/datasette および simonw/llm の出力例。
タグ: github
原文を表示
Tool: GitHub Repo Stats
One of the things I always look for when evaluating a new GitHub repository is the number of commits it has... but that number isn't visible on GitHub's mobile site layout. I built this tool to fix that, using this prompt:
Given a GitHub repo URL or foo/bar repo ID show information about that repo absorbed via wither REST or graphql CORS fetch() including the number of commits in the repo and other useful stats
Example output for simonw/datasette and simonw/llm.
Tags: github
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み