Project

merci

0.01
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
Automatically star ruby gem your project depend on
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.0
~> 10.0
 Project Readme

Merci 🙇 ❤️

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

cd ~ && bundle plugin install merci

(Moving to your user folder makes the plugin to be available globally and not only for a single project)

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.