anuraghazra / github-readme-stats

:zap: Dynamically generated stats for your github readmes
https://github-readme-stats.vercel.app
MIT License
68.6k stars 22.55k forks source link

Export common modules as npm package #2152

Open rickstaa opened 1 year ago

rickstaa commented 1 year ago

Is your feature request related to a problem? Please describe.

As I pointed out in #1867, I think exporting the functions and modules from GRS's common module will be very useful for people wanting to create their own readme cards.

Describe the solution you'd like

It would be great if the functions and modules in the common folder could be exported using an npm package. See #2151.

rickstaa commented 1 year ago

A draft for this can be found in https://github.com/anuraghazra/github-readme-stats/pull/2473.