Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Latest commit

 

History

History
37 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.04 KB

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!