Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AUTHORS file #2

Open
jonschlinkert opened this issue Sep 1, 2016 · 3 comments
Open

AUTHORS file #2

jonschlinkert opened this issue Sep 1, 2016 · 3 comments

Comments

@jonschlinkert
Copy link
Member

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.

@jonschlinkert
Copy link
Member Author

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.

@doowb
Copy link
Member

doowb commented Sep 1, 2016

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.

@jonschlinkert
Copy link
Member Author

good idea, feel free to abstract that code out and create format-people or whatever. then just swap it out in github-contributors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants