An open API service indexing awesome lists of open source software.

https://github.com/apvarun/contributors-table-generator

Generate HTML table of contributors list for readme
https://github.com/apvarun/contributors-table-generator

contributorlist contributors readme table

Last synced: 8 months ago
JSON representation

Generate HTML table of contributors list for readme

Awesome Lists containing this project

README

          

# GitHub Contributors Readme Table Generator

Generate Markdown-supported table of contributors list for your GitHub Readme

## Demo

→ [contributors-table-generator.now.sh](https://contributors-table-generator.now.sh/)

## Screenshots

![Screenshot](https://raw.githubusercontent.com/apvarun/contributors-table-generator/master/preview.png)

## Run Locally

Clone the project

```bash
git clone https://github.com/apvarun/contributors-table-generator.git
```

Go to the project directory

```bash
cd contributors-table-generator
```

Install dependencies

```bash
yarn
```

Start the server

```bash
yarn dev
```

## License

[MIT](LICENSE)