Merci :bow: :heart:

Give thanks (in the form of github stars) to your fellow Rubyist. Inspired by cargo thanks from Doug which was inspired in part by medium's clapping button as a way to show thanks for someone elses work you've found enjoyment in.

Installation

bundle plugin install merci

Usage

bundle merci

What does it do

bundle merci will gather all the direct dependencies (not the traversal ones) listed in your Gemfile and Star the project on GitHub.

Limitation

  • Only project hosted on GitHub are supported (Will be happy to have someone implement other VCS providers).
  • If a gem doesn't specify where to find its source, we can't star it.