(0018)iOS 开发之Github 使用技巧

来源:互联网 发布:ppt mac版下载 编辑:程序博客网 时间:2024/06/07 20:31

作为iOS 开发,经常在Github上找资源。但是一直不清楚如何更好的使用,这篇文章记录它使用的。最常用的就是Search 和 Trending。

1.Search

搜索某种语言的星排名: language:Objective-C stars:>0; 然后再在右侧排名选项中选择 Most stars。

搜索github中国区排名: location:china 点search;然后选择不同的排序方式。

搜索一些好东西: Awesome  关键字;

更多搜索语法:https://help.github.com/articles/search-syntax/


2.Trending

作为一枚程序猿,除了有目的的搜索之外,我们有时也需要去“瞎逛逛”,开阔一下眼界。不妨去 Github 的Trending 看看最近发生了什么。See what the GitHub community is most excited about today! 在这里你可以看到各种不同开发语言的每天/周/月的最热门的 Repositories 和 Developers。比如前一段时间走红的YYKit,苹果最近开源的CareKit,等等。


3.一些OC 的知名框架的介绍

https://github.com/follyxing/awesome-objc-frameworks/blob/master/README.md


‘4.待补充......





参考连接:

http://www.jianshu.com/p/7321caea2a08




0 0
原创粉丝点击