[转]高效使用Github寻找开源项目

原文链接:http://xuewei.world:8000/2020/03/30/%e9%ab%98%e6%95%88%e4%bd%bf%e7%94%a8github%e5%af%bb%e6%89%be%e5%bc%80%e6%ba%90%e9%a1%b9%e7%9b%ae/

原作者: 莫提

怎么在GitHub上靠谱的找一些开源项目

按照项目名/仓库名搜索(大小写不敏感)
in:name xxx
按照README搜索(大小写不敏感)
in:readme xxx
按照description搜索(大小写不敏感)
in:description xxx
stars数大于xxx
stars:>xxx
forks数大于xxx
forks:>xxx
编程语言为xxx
language:xxx
最新更新时间晚于YYYY-MM-DD
pushed:>YYYY-MM-DD

示例
寻找仓库名称包含Android、stars数大于500、forks数大于100的开源项目

in:name Android stars:>500 forks:>100

原创文章 31 获赞 3 访问量 1383

猜你喜欢

转载自blog.csdn.net/qq_45254908/article/details/105366603
今日推荐