gsoc
v0.9.0
Published
The commandline tool which helps you filter projects in Google Summer of Code
Downloads
12
Maintainers
Readme
installation
$ sudo npm install -g gsoc
It will be installed into /usr/bin. Then you can run it with GSoc ...
description
GSoC is a commandline tool which helps you search/filter projects in Google Summer of Code
usage
# first, you need to call
$ GSoC init # to download the required data
# Then you can ...
$ GSoC # list projects in current year
$ GSoC 2014 # list projects in 2014
$ GSoC 2012-2014 # list projects existed in 2012, 2013, and 2014
$ GSoC 2014 -t ruby -t java # list projects with tag 'ruby' and 'java', in 2014
$ GSoC 2014 -n Rails # search for project contains 'Rails', in 2014
$ GSoC 2014 -n Rails -t web # search for project contains 'Rails' and with tag 'web', in 2014
$ GSoC 2014 -n R -t web -t ruby # search for projects contains 'R'( or 'r' as it is case-insentent ) and with both tag ' web' and 'ruby'
license
GPL
feedback
Any feedback about bugs or improvement is welcome!