contributors
Version:
Generate a Markdown list of contributors to your GitHub repository.
57 lines (35 loc) • 1.83 kB
Markdown
contributors
==========
[![][travis-img]][travis-url] [![][npm-img-dm]][npm-url] [![][npm-img-v]][npm-url] [![][deps-img]][deps-url] [![][license-img]][license-url] [![][issues-img]][issues-url]
[travis-url]: https://travis-ci.org/xingrz/node-contributors
[travis-img]: https://img.shields.io/travis/xingrz/node-contributors.svg?style=flat-square
[npm-url]: https://www.npmjs.org/package/contributors
[npm-img-dm]: https://img.shields.io/npm/dm/contributors.svg?style=flat-square
[npm-img-v]: https://img.shields.io/npm/v/contributors.svg?style=flat-square
[deps-url]: https://david-dm.org/xingrz/node-contributors
[deps-img]: https://img.shields.io/david/xingrz/node-contributors.svg?style=flat-square
[license-url]: LICENSE
[license-img]: https://img.shields.io/npm/l/contributors.svg?style=flat-square
[issues-url]: https://github.com/xingrz/node-contributors/issues
[issues-img]: https://img.shields.io/github/issues/xingrz/node-contributors.svg?style=flat-square
Generate a Markdown list of contributors to your GitHub repository.
## Installation
**contributors** is availible on [npm](https://npmjs.org/). You are also required [node.js](http://nodejs.org/) 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](https://github.com/xingrz/node-contributors) on Mon, 23 Dec 2013 18:26:16 GMT.
- [XiNGRZ](https://github.com/xingrz)
- [fengmk2](https://github.com/fengmk2)
## License
**contributors** is available under the terms of the [MIT License](LICENSE).