You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fwiw, when I created this my thinking was that the main goal of the updater should be to update an object (like authors in package.json) with the latest list of contributors. Then we should be able to do just about anything else with that data, using templates or whatever.
We might be able to split the formatters out of github-contributors to be able to format any array of "people". Then an updater can get the authors object from package.json and format it into the authors file.
per this issue update/update#9, from @jamen.
We can add a task that generates the AUTHORS file using the array of authors returned from the GitHub API, and/or directly from package.json authors.
The text was updated successfully, but these errors were encountered: