GitHub - zzzgydi/thanks: Provide the link to your project's dependencies to get a list of contributors and their contributions.

1 min read Original article ↗

OpenSource Thanks

Provide the link to your project's dependencies to get a list of contributors and their contributions.

You can also create your project's open source contributors list directly at OpenSource Thanks.

Current Project's Contributions

Features

  • Fetches a list of contributors for all project dependencies
  • Support Node.js, Go dependencies
  • More language support is under development
  • Easy to set up and run with Docker Compose

Getting Started

Development

  1. Clone the repository:

    git clone https://github.com/zzzgydi/thanks.git
    cd thanks
  2. Prepare your github token, then build and start the application using Docker Compose:

    export GITHUB_TOKEN=github_pat_xxx
    docker compose up
  3. Open your web browser and navigate to http://localhost:8080.

License

This project is licensed under the MIT License. See the LICENSE file for details.