fuzzbomb / drupalcores

A project to generate a list of core contributers

Home Page:http://drupalcores.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

DrupalCores

count all the git commits

Ruby script to parse all the git commit, aggregate every users commit count and generate a flat html page for easy viewing for all the contributes and commit counts.

Instructions

Install Ruby dependancies:

Make sure you have Bundler installed.

bundle install

Install node dependancies:

npm install

Install gulp globally:

npm install gulp -g

Install bower globally:

npm install bower -g

Once you've done that you run:

gulp

This might take a long time for the first parsing... (~1.5h)

To update contributor > company mapping info, run:

gulp companyinfo

View online: DrupalCores.com

Do you only want the data? BAM!!!

FAQ

My credits are split between two or more names.

Name_mappings.yml is used to map incorrect names to the correct name. You can edit the file and submit a pull request.

I've changed companies but my commit credits are still listed under my old company.

The contributor > company mappings are cached, which doesn't get updated automatically at the moment. It takes a long time to parse the data from drupal.org.

About

A project to generate a list of core contributers

http://drupalcores.com

License:MIT License


Languages

Language:Ruby 32.6%Language:CSS 30.3%Language:HTML 21.6%Language:JavaScript 14.4%Language:Shell 1.1%