No commit activity in last 3 years
No release in over 3 years
Provides a command line tool for getting a user's favourite programming language from their GitHub public repositories.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 2.14

Runtime

~> 2.0
~> 0.18
 Project Readme

Favourite Language

This gem provides an command line tool for returning a user's favourite programming language. You can either return their favourite programming language by number of repositories or by repository size.

Installation

$ gem install favourite-language

Usage

$ favourite-language by_repo pixeltrix
The favourite language of pixeltrix by number of repositories is Ruby

$ favourite-language by_size pixeltrix
The favourite language of pixeltrix by repository size is PHP

Copyright (c) 2013 Andrew White, released under the MIT license