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

https://github.com/microprofile/microprofile-site


https://github.com/microprofile/microprofile-site

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

= MicroProfile Website Bot

== Prerequisites
- Java >= 11
- Maven

== Configure
`src/main/resources/META-INF/microprofile-config.properties` is the file where you can customize:

- The list of Github repositories to scan.
- Your `MP_BOT_TOKEN` (local development only)
- Output file containing the contributors list in json format.

== Build
....
mvn verify
....

== Run
....
./target/contributors main .
....

The file `docs/contributors.json` will contain the contributors data.