https://github.com/microprofile/microprofile-site
https://github.com/microprofile/microprofile-site
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/microprofile/microprofile-site
- Owner: microprofile
- Created: 2016-06-14T20:36:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T21:24:25.000Z (over 1 year ago)
- Last Synced: 2024-10-29T23:44:29.711Z (over 1 year ago)
- Language: Java
- Size: 14.8 MB
- Stars: 17
- Watchers: 9
- Forks: 27
- Open Issues: 32
-
Metadata Files:
- Readme: README.adoc
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.