[ALOY-777] Create tool for adding contributors to AUTHORS file
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2013-08-19T14:07:43.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.3.0 |
Components | Documentation |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2013-08-06T13:02:19.000+0000 |
Updated | 2018-03-07T22:25:50.000+0000 |
Description
The current list of "contributors" in the package.json for alloy is dated. We should make use of [AUTHORS file shortcut available in npm](https://npmjs.org/doc/json.html) for adding contributors. We should also create a simple script that will pull the contributors from github and assemble this AUTHORS file.
PR: https://github.com/appcelerator/alloy/pull/226 As per [~euforic]'s suggestion, I just used the [git-extra](https://github.com/visionmedia/git-extras)'s
git summary
command to generate the contributors list. There's no testing necessary to validate this ticket as it is just a change to the README.md.