Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

contributors

xingrz943MIT0.5.1

Generate a Markdown list of contributors to your GitHub repository.

readme

contributors

Generate a Markdown list of contributors to your GitHub repository.

Installation

contributors is availible on npm. You are also required node.js installed.

$ npm install contributors -g

Usage

$ cd /path/to/repo
$ contributors
fetching [===================] 1 / 1 ...

Ordered by date of first contribution. [Auto-generated](https://github.com/xingrz/node-contributors) on Sat, 29 Dec 2012 02:27:30 GMT.

...

For more information, please see contributors -h.

Contributors

Ordered by date of first contribution. Auto-generated on Mon, 23 Dec 2013 18:26:16 GMT.

License

contributors is available under the terms of the MIT License.

changelog

0.5.1 / 2016-03-01

  • fix: _.unique is not a function (@JamieMason)