Skip to content

Maintaining the Contributors List

Tamara Temple edited this page Jul 27, 2017 · 1 revision

This project is using the all-contributors spec and the all-contributors-cli tool.

To add or update a contributor run:

npm run add -- GITUSER CONTRIBUTION-LIST

To generate the list and insert it into the README.md file:

npm run gen

The GITUSER field is the GitHub user name of the contributor. For example, Tamara's git user is tamouse.

The CONTRIBUTION-LIST is a comma-separated set of keywords. The keyword list is defined here: https://github.com/jfmengels/all-contributors-cli#addupdate-contributors

Examples

Adding Rachel Walwood for contributing one of her talks:

npm run add -- walwoodr talk

To update Tamara Temple for contributing some code:

npm run add -- tamouse doc,code

Generating the contributors list:

npm run gen

Clone this wiki locally