タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

tipsとgitに関するsh19910711のブックマーク (1)

  • https://github.com/search で面白そうなrepositoryを探す方法 - Qiita

    みんながstarしているrepositoryを検索 例: [rails stars:>=100] キーワードだけで検索すると候補のrepositoryが大量に見つかってしまうことがあります。ひとまず人気の有りそうなものを探したいときはstarsを使い、star数で絞り込みを行うと良いでしょう。 他にも、以下のように絞込を行うこともできます。 starが1から100の間 stars:1..100 starが100以上 stars:>=100 starが100以下 stars:<=100 特定の言語の定番を知りたい 例: [language:ruby stars:>1000] lanuage:hogeを使うことで特定の言語のrepositoryを検索することができます。starsと組み合わせて、検索結果をMost starsにすれば、その言語での有名どころを調べることができます。 最近も更新の

    https://github.com/search で面白そうなrepositoryを探す方法 - Qiita
  • 1