gsoc
The commandline tool which helps you filter projects in Google Summer of Code
npm install gsoc
Want to see pretty graphs? Log in now!
104 | downloads in the last day |
104 | downloads in the last week |
104 | downloads in the last month |
Last Published By | |
---|---|
Version | 0.8.0 last updated 15 hours ago |
License | GPL |
Keywords | GSoc, Google Summer of Code, commandline |
Repository | git://github.com/spacewander/GSoC.git (git) |
Homepage | https://github.com/spacewander/GSoC |
Bugs | https://github.com/spacewander/GSoC/issues |
Dependencies (6) | yargs, lodash, jsonfile, async, request, colors |
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!