Lee*_*Lee 19 open-source github project
我想找一些新创建的Github项目,这些项目易于理解和贡献.但在GitHub中,只有一个"探索"功能列出了最受欢迎的项目.如何找到不那么受欢迎或成熟的项目?我是否需要编写一个程序来查询他们的开发人员API以获取此信息,或者是否有更简单的方法在Github上查找新创建的项目?谢谢.
Meg*_*ire 20
在他们的搜索详细信息页面上,github列出了一些查找此信息的方法:
https://help.github.com/articles/searching-repositories
您可以根据创建时间或上次更新时间筛选存储库.对于存储库创建,您可以使用创建的限定符;
例:
ruby created:>2014-01-01
Matches repositories with the word "ruby" that were created after Jan 1, 2014
Run Code Online (Sandbox Code Playgroud)
祝你好运,我很高兴你想为开源项目做出贡献!