https://github.com/ericduran/drupalcores
A project to generate a list of core contributers
https://github.com/ericduran/drupalcores
Last synced: about 1 year ago
JSON representation
A project to generate a list of core contributers
- Host: GitHub
- URL: https://github.com/ericduran/drupalcores
- Owner: ericduran
- License: mit
- Created: 2012-01-14T16:37:05.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T21:22:24.000Z (over 5 years ago)
- Last Synced: 2023-03-11T05:07:58.186Z (over 3 years ago)
- Language: Ruby
- Homepage: http://ericduran.github.com/drupalcores/
- Size: 71.6 MB
- Stars: 36
- Watchers: 11
- Forks: 74
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# DrupalCores

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
First you need to clone a copy of the drupal 8 branch into your drupalcores directory
git clone --branch 8.0.x http://git.drupal.org/project/drupal.git
git clone --branch gh-pages git@github.com:ericduran/drupalcores.git pages
Once you have a git repo of drupal core in the drupal directory then you can run the cores.rb script
./cores.rb
For the company list do:
./companies.rb > pages/companies.html
Takes a long time for the first parsing... (~1.5h)
After that it uses the company_mapping.yml and company_infos.yml.
The companies.rb accepts a parameter to either force a update of all people and companies (--update-all)
or to update people, which were not found (--update-not-found).
View online:
[DrupalCores](http://ericduran.github.com/drupalcores/)
Do you only want the data?
[BAM!!!](http://ericduran.github.io/drupalcores/data.json)
##Help:
If you want to help please just fork the project and issue a pull request.