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
- Host: GitHub
- URL: https://github.com/apvarun/contributors-table-generator
- Owner: apvarun
- License: mit
- Created: 2020-03-02T06:48:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T09:24:03.000Z (over 1 year ago)
- Last Synced: 2025-04-09T05:24:03.109Z (about 1 year ago)
- Topics: contributorlist, contributors, readme, table
- Language: Svelte
- Homepage: https://contributors-table-generator.now.sh
- Size: 251 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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)