如何高效的在网上找开源项目

网上找开源项目,有Github就够了。这里主要讲GitHub上如何搜索你想要的开源项目。

1.想搜索项目名中包含某关键词的项目,比如“hololens”:in:name hololens

2.想搜索项目名中包含某关键词的项目,且star数目大于500的项目:in:name hololens stars:>500

3.同理,可以增加fork过滤,比如:in:name hololens stars:>500 forks:>50

4.想搜索readme中包含某关键词的项目,比如“hololens”:in:readme hololens

5.想搜索description中包含某关键词的项目,比如“hololens”:in:description hololens

6.想搜索description中包含某关键词的项目,且使用C#语言的项目:in:description hololens language:c#

7.想搜索description中包含某关键词的项目,且在某日期之后更新过的项目:in:description hololens pushed:>2020-01-04

以上查询条件可以分拆组合使用。

 

8.搜索地区:location:china

你可能感兴趣的:(Git)