- 例如搜索 Spring Boot 相關項目
- spring boot (最簡單最常用)
- in:name spring boot (匹配項目名字)
- in:name spring boot stars:>3000 (匹配項目名稱,並且stars大於3000)
- in:name spring boot stars:>500 forks:>100 (同理也支持forks)
- in:readme spring boot stars:>1500 (搜索readme中內容,並且stars大於1500)
- in:description 微服務 (在描述中匹配)
- in:description 微服務 language:java (指定語言)
- in:description 微服務 language:java pushed:>2019-10-01 (指定最后更新時間)
- PS: 以上條件均可以組合使用