DEV Community

Discussion on: repo-lister, a simple way to get an overview of repositories

Collapse
 
jonlauridsen profile image
Jon Lauridsen

Hi, thanks!, yeah as you found the scraper outputs JSON, currently just a simple set of keys per repo that gets rendered in this repo-card component

(the data is passed from the JSON file to the component via spread operator in repo-lister’s index page)

There is this slightly old WIP pullrequest to add support for GitLab, I’ll get it dusted off tonight and I’m happy to see if it fits your use-case. Thanks again for your interest.

Collapse
 
jonlauridsen profile image
Jon Lauridsen

Just to say I've merged (preliminary) support for Gitlab.com, and cut release 0.3.0.

I didn't manage to get the readme file as HTML via the GL API so no badge-scraping yet, but the basic information should show up. I'll see if I can figure out those badges next time.

Hosted GitLab and the other providers are great suggestions too, I'll mull those over 🤔 And if you end up contributing that's of course always welcomed 😄