3

I looked through Github search docs for repos and code and I am not sure if it is possible.

I want to find popular open source projects that use a specific library to see how they handle particular design patterns. In my case, I am looking for popular Android projects that use Dagger 2.

I tried using a code search for com.google.dagger:dagger-android-processor: in .gradle which gives me 14k+ results for mostly unpopular projects. I would basically just want to sort by forks/stars, which is not an option as far as I can see.

If this is not possible with Github's search I am happy with any alternative.

A1m
  • 2,897
  • 2
  • 24
  • 39

2 Answers2

2

For projects that use one of the package managers ​​which is supported by GitHub (RubyGemsm, NPM, PyPI, Maven, Nuget), you can use ghtopdep

Related issue

Andriy Orehov
  • 51
  • 1
  • 2
  • 9
0

A Code search would not allow sorting through repository stars (as stated here)

Maybe:

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250