RubyFlow The Ruby and Rails community linklog

Github Contributors - gem to update static files with contributor list.

I just released Github Contributors gem for easy updating static files with list of Github project contributors list.

Installation: $ gem install gh_contributors

Initialization: $ echo "<span class="contributors"></span>" > public/contributors.html

Usage: $ irb > GhContributors.for_repo('wayneeseguin/rvm').to_urls.update_files('public/contributors.html')

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in