github-top-contrib
v0.1.6
Published
top 10 contributors for particular a Github repo
Downloads
4
Readme
Top GitHub Contibutors
A Node.JS to read the GitHub API and print top contributors a particular user and repo. A small report of these top contibutors is printed via the console via Cliff. Private repos are not supported.
Requirements
- Node.js >= 0.10.22
Install
[sudo] npm install github-top-contrib -g
Contributing
- Install node.js.
- Install grunt:
[sudo] npm install -g grunt-cli
git clone https://github.com/fyockm/top-ghc.git && cd top-ghc && npm install
Test
grunt
Documentation
top-ghc
top-ghc [owner] [repo]
or
top-ghc [options]
where options:
-o, --owner [owner] Owner
-r, --repo [repo] Repository
Streamline.js
A version of the code utilizing streamline.js
can be seen in lib\top-ghc._js
streamlinejs
should first be installed globally.
npm install -g streamlinejs
To run from the streamline example from the root directory:
_node examples/simple._js
Sample output
rank login contributions
1 bjouhier 923
2 aseemk 42
3 aikar 12
4 goffrie 9
5 pguillory 5
6 willconant 4
7 spollack 4
8 abiyani 2
9 mlin 2
10 sethyuan 2
Issues
Please report issues, new features, or requests in this repo's issue tracker.
License
Distributed under MIT License.