You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there,
just recently found out about all-contributors and really liked the idea, but personally, the bot would cause too much webhook/commit history spam and as a Java developer the node-based CLI is also rather unhelpful. So I wrote a Java Maven Plugin that simulates the updating of the README.md using the .all-contributorsrc and that can be called via Maven or gets called during each build. https://github.com/tr7zw/all-contributors-maven/
During setting-up I was kinda disappointed that most of the contribution links point into nowhere, so I added the ability to give each contributor a link mapping that allows to overwrite the URL.
(Not sure if I just missed something there, but I guess this is fine)
In the end, I implemented it for my open source project and it works/looks really good. https://github.com/tr7zw/Item-NBT-API
Maybe you guys could take a look at it and give some feedback 👍
The text was updated successfully, but these errors were encountered:
Hey there,
just recently found out about all-contributors and really liked the idea, but personally, the bot would cause too much webhook/commit history spam and as a Java developer the node-based CLI is also rather unhelpful. So I wrote a Java Maven Plugin that simulates the updating of the README.md using the .all-contributorsrc and that can be called via Maven or gets called during each build.
https://github.com/tr7zw/all-contributors-maven/
During setting-up I was kinda disappointed that most of the contribution links point into nowhere, so I added the ability to give each contributor a link mapping that allows to overwrite the URL.
(Not sure if I just missed something there, but I guess this is fine)
In the end, I implemented it for my open source project and it works/looks really good.
https://github.com/tr7zw/Item-NBT-API
Maybe you guys could take a look at it and give some feedback 👍
The text was updated successfully, but these errors were encountered: