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
+1. It would be great if users could select which plugins/questions to include, or could easily create their own plugins (questions), and use them.
Use cases:
I'd like to add a bunch of badges to my README. I use my own template, which is just the default template including the badges. Most of the badges need just username and repo name, so those are fine as those variables are already available in to the template.
But e.g. CodeClimate has a custom ID to fetch the correct badge. So I'd like to add a question that asks for the CodeClimate badge ID, so I could use that variable in the template.
For badges especially, the plugin architecture would be very useful as the number of different badges and their providers can change relatively fast, so it would be better if it could be managed by the community rather than the core package.
I'd also like to link to a CHANGELOG.md from README. So I'd also like to add a question that asks me about the URL to the CHANGELOG, so I could, again, sue that link in the template.
Split
readme-md-generator
into multiple packages ang manage them withyarn workspaces
. Each question would be a plugin that you can easily register.The text was updated successfully, but these errors were encountered: