Skip to content

Reads commits to hg, and generates a list of contributors sorted by contribution amount

Notifications You must be signed in to change notification settings

thunderbird/tbcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

#Thunderbird Core Contributor Analysis

This is a node.js project, intended to be run on a local user's directory, than be used to analyze contributions to Thunderbird code over a period of time. The unit of measure is a change to a file in a single hg repository.

There are various constants set in the code which will need to be varied for each use.

To run:

  1. Install node.js

  2. Clone or download this repository to a directory, and switch to that directory.

  3. run using:

node index.js

The program will print out various versions of the list of contributors. The last sorts contributors by total contributions to Thunderbird.

About

Reads commits to hg, and generates a list of contributors sorted by contribution amount

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published