0.0.1 • Published 10 years ago

top10contributors v0.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
10 years ago

top-contributors.js (0.0.0)

A Node.js module providing a list of the top 10 contributors for your git repository.

This module utilizes the GitHub API to query a particular repository, based on user input, to list the top 10 contributors.

Usage

$ node index.js "user/reponame"

Example

$ node index.js "winjs/winjs"

which gives you a sorted array of results:

List of Contributors to winjs/winjs ordered by the number of contributions.

Dependencies

Developing Dependencies