0.1.6 • Published 10 years ago

github-top-contrib v0.1.6

Weekly downloads
22
License
-
Repository
github
Last release
10 years ago

Top GitHub Contibutors Build Status

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

Install

From NPM NPM version

[sudo] npm install github-top-contrib -g

Contributing Built with Grunt

  1. Install node.js.
  2. Install grunt: [sudo] npm install -g grunt-cli
  3. 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.

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago