https://github.com/thunderbird/tbcore
Reads commits to hg, and generates a list of contributors sorted by contribution amount
https://github.com/thunderbird/tbcore
Last synced: 12 months ago
JSON representation
Reads commits to hg, and generates a list of contributors sorted by contribution amount
- Host: GitHub
- URL: https://github.com/thunderbird/tbcore
- Owner: thunderbird
- Created: 2017-03-09T21:59:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T22:22:06.000Z (over 9 years ago)
- Last Synced: 2024-03-26T01:17:20.578Z (about 2 years ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#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:
```bash
node index.js
```
The program will print out various versions of the list of contributors. The last sorts contributors by total contributions to Thunderbird.