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

in:name example //名字中有“example”
in:readme example   //readme中有“example”
in:description example  //描述中有“example”

language:java   //用Java编写的项目

stars:>1000 //star>1000
forks:>1000 //fork>1000
pushed:>2019-09-01  //2019年9月1日后有更新的

你可能感兴趣的:(如何高效的在GitHub上查找开源项目)