Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI Maven Plugin implementation #333

Open
tr7zw opened this issue Jan 25, 2020 · 1 comment
Open

CLI Maven Plugin implementation #333

tr7zw opened this issue Jan 25, 2020 · 1 comment

Comments

@tr7zw
Copy link

tr7zw commented Jan 25, 2020

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.

      "contributions": [
        "infra"
      ],
      "links": {
        "infra": "https://example.com/"
      }

(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 👍

@Berkmann18
Copy link
Member

This looks interesting, have you came up with a way to do that within the current codebase?

@tenshiAMD tenshiAMD transferred this issue from all-contributors/all-contributors Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants