unjs / automd

🤖 Automated markdown maintainer
https://automd.unjs.io/
MIT License
167 stars 10 forks source link

Support markupgo provider for contributors #66

Open pi0 opened 1 month ago

pi0 commented 1 month ago

Describe the feature

(context: moving from https://github.com/unjs/nitro/pull/2660)

markupgo provides an alternative service to contrib.rocks for generating more frequently update list of contributors.

I think generally thinking even without considering a comparative, we should support multi providers for contributors.

Additional information

pi0 commented 1 month ago

/cc @Abdullah if you want to help on this, here is generator source code. We shall support args.provider= 'contrib.rocks' | 'markupgo' (and might support more params if markupgo supports, ideally with a compatible name)

abdullah commented 4 weeks ago

@pi0 Yes, I definitely want to contribute it 🤘

abdullah commented 4 weeks ago

I'm planning to create a PR to support MarkupGo today 🙌

abdullah commented 4 weeks ago

@pi0 Just opened a PR for this issue. https://github.com/unjs/automd/pull/67 Could you please review it when you have time? Thanks!