$ gh api repos/google-gemini/gemini-cli/stargazers \
--header "Accept: application/vnd.github.v3.star+json" \
--paginate \
> gemini-cli-stars.json
$ jq -r '.[] | .starred_at' gemini-cli-stars.json | sort > starred_at.txtfile 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Util3 from "./Util3.js"; // -> no IntelliSense | |
| class Util1 { | |
| hello() { | |
| } | |
| } | |
| export.default = Util1; |