sbt plugin の github の watcher 数でランキングを出してみた

  • 2012年12月9日現在のものです
  • 右側の数字がwatcher数(githubのAPIのJSONのfieldは"watchers"となっているけど、watcherではなく多分starの数)です
  • このページ http://www.scala-sbt.org/release/docs/Community/Community-Plugins.htmlスクレイピングして抽出したので、そこに載ってないものは基本的には含まれてません(が、一部手動で載せました)
  • もちろんgithub上にあるもの以外(bitbucketなど)は含まれてません
  • 「上位にあるもの == 有名でよく使われている」というのはそれなりに言えると思うので、sbt plugin作るときの参考にしたり、「こんな有名なのに知らなかった!」というpluginの発見のためとかに役立ててください
  • これを抽出するためのコード https://gist.github.com/4239913 *1 *2
  1. https://github.com/mpeltonen/sbt-idea 374
  2. https://github.com/jberkel/android-plugin 326
  3. https://github.com/typesafehub/sbteclipse 246
  4. https://github.com/JamesEarlDouglas/xsbt-web-plugin 138
  5. https://github.com/sbt/sbt-assembly 116
  6. https://github.com/orfjackal/idea-sbt-plugin 85
  7. https://github.com/spray/sbt-revolver 84
  8. https://github.com/eed3si9n/scalaxb 79
  9. https://github.com/sbt/sbt-onejar 71
  10. https://github.com/sbt/sbt-release 62
  11. https://github.com/sbt/sbt-start-script 61
  12. https://github.com/siasia/xsbt-proguard-plugin 55
  13. https://github.com/jrudolph/sbt-dependency-graph 53
  14. https://github.com/Lifty/lifty 46
  15. https://github.com/softprops/coffeescripted-sbt 45
  16. https://github.com/dvc94ch/sbt-scct 39
  17. https://github.com/timperrett/sbt-cloudbees-plugin 39
  18. https://github.com/softprops/sbt-growl-plugin 35
  19. https://github.com/sbt/sbt-git 35
  20. https://github.com/sbt/sbt-appengine 34
  21. https://github.com/softprops/np 32
  22. https://github.com/sbt/sbt-native-packager 32
  23. https://github.com/remeniuk/sbt-netbeans-plugin 31
  24. https://github.com/softprops/ls 30
  25. https://github.com/sbt/sbt-protobuf 29
  26. https://github.com/softprops/less-sbt 28
  27. https://github.com/typesafehub/sbtosgi 25
  28. https://github.com/n8han/posterous-sbt 24
  29. https://github.com/typesafehub/sbt-multi-jvm 23
  30. https://github.com/skipoleschris/xsbt-cucumber-plugin 23
  31. https://github.com/pfn/android-sdk-plugin 22
  32. https://github.com/jsuereth/xsbt-ghpages-plugin 21
  33. https://github.com/sbt/sbt-buildinfo 20
  34. https://github.com/backchatio/xsbt-scalate-generate 20
  35. https://github.com/sbt/sbt-pgp 20
  36. https://github.com/sbt/sbt-man 18
  37. https://github.com/steppenwells/sbt-sh 17
  38. https://github.com/philcali/sbt-lwjgl-plugin 17
  39. https://github.com/reaktor/sbt-deploy 16
  40. https://github.com/ijuma/junit_xml_listener 16
  41. https://github.com/thunderklaus/sbt-gwt-plugin 16
  42. https://github.com/sbt/sbt-site 15
  43. https://github.com/eed3si9n/sbt-inspectr 14
  44. https://github.com/jrudolph/sbt-cross-building 14
  45. https://github.com/eltimn/sbt-closure 12
  46. https://github.com/sbt/sbt-scalariform 11
  47. https://github.com/typesafehub/migration-manager 11
  48. https://github.com/sbt/sbt-unique-version 10
  49. https://github.com/stefri/sbt-emberjs 10
  50. https://github.com/sbt/sbt-aspectj 9
  51. https://github.com/sbt/sbt-dirty-money 9
  52. https://github.com/arktekk/sbt-aether-deploy 9
  53. https://github.com/ritschwumm/xsbt-webstart 9
  54. https://github.com/guardian/sbt-teamcity-test-reporting-plugin 8
  55. https://github.com/stefri/sbt-antlr 7
  56. https://github.com/ritschwumm/xsbt-reflect 6
  57. https://github.com/sbt/sbt-xjc 6
  58. https://github.com/aloiscochard/xsbt-fmpp-plugin 6
  59. https://github.com/sbt/sbt-twt 6
  60. https://github.com/indrajitr/sbt-yui-compressor 6
  61. https://github.com/softprops/jot 5
  62. https://github.com/bigtoast/sbt-thrift 5
  63. https://github.com/rossabaker/sbt-signer-plugin 5
  64. https://github.com/typesafehub/schoir 5
  65. https://github.com/mr-ken/sbt-dbdeploy 4
  66. https://github.com/bigtoast/sbt-liquibase 4
  67. https://github.com/sbt/sbt-boilerplate 4
  68. https://github.com/xuwei-k/sbtend 4
  69. https://github.com/sbt/sbt-scalashim 4
  70. https://github.com/cavorite/sbt-avro 4
  71. https://github.com/scalatra/sbt-requirejs 4
  72. https://github.com/btd/sbt-less-plugin 3
  73. https://github.com/johanandren/sbt-taglist 2
  74. https://github.com/kjellwinblad/sbt-scalaedit-plugin 2
  75. https://github.com/casualjim/sbt-jelastic-deploy 2
  76. https://github.com/sbt/sbt-groll 1
  77. https://github.com/xuwei-k/sbtsvn 1
  78. https://github.com/philcali/cronish-sbt 1
  79. https://github.com/xerial/sbt-pack 1
  80. https://github.com/sbt/sbt-appbundle 1


最下位に自分のpluginが位置しているあたり素晴らしいですね・・・*3

*1:結局手動で追加したり修正したりしてるので、全く同じ結果はでてこない・・・

*2: eed3si9nさんが(認証ちゃんと使うように)forkしてくれたので、試したい人はこっち使ったほうがいいかもしれません https://gist.github.com/4242244 認証しないと、簡単にrate limitに達して403が返ってきます

*3:まぁsbtendはともかく、sbtsvnはメンテしてないし、誰も使ってないだろうし、リストから外したいくらいである・・・