github如何准确搜索想要的内容
1.第一种搜索方式
(不区分大小写)
例如:in:name in:description 初学者 javascript stars:>1000 pushed:>2020-09-20 forks:>2000
例如:in:name javascript stars:>1000 pushed:>2020-09-20 forks:>2000
例如:in:name SSM in:description 商城 in:readme Redis
- in:name xxx (xxx写自己搜索的内容)
- in:description xxx (xxx写简介区的限制,比如初学者等)
- in:readme xxx (xxx写readme的限制)
- stars:>xxx (xxx写至少点赞多少)
- forks:>xxx (xxx写至少代码克隆次数)
- pushed:>YYYY-MM-DD (xxx写至少提交时间)
2.第二种特殊的查询资源小技巧
常用前缀后缀:
- 找百科大全:awesome xxx
- 找例子:xxx sample
- 找空项目架子:xxx starter / xxx boilerplate
- 找教程:xxx tutorial
3.怎么去找开源项目
- http://github.com/trending/
- http://github.com/521xueweihan/HelloGitHub
- http://github.com/ruanyf/weekly
- http://www.zhihu.com/column/mm-fe
前端学习途径和技巧 文章被收录于专栏
比如GitHub等