spacetelescope / repostats

Creates a sortable HTML table that contains a summary of all the repositories for the specified GitHub organization
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

Feature request: Track repos being displayed in a user-configurable data file #16

Closed pllim closed 6 years ago

pllim commented 6 years ago

Currently, it is unclear to me where this list of repositories are kept. (Okay, I just saw the README, my bad, but my request still stands.) Understandably, at this stage, the list might be incomplete. I am sure you have plans to make a complete list. However it would be nice also for people to see such a list here, so they can make PRs to correct it in the future.

sosey commented 6 years ago

There is no list, all repos in an organization are grabbed, the page I sent you was merely an example of the layout and information for discussion and some bug fixing.

pllim commented 6 years ago

Right. But I am saying that it would be nice to have a configurable list. There are so many repos in that org that we don't care about.

sosey commented 6 years ago

that's why there's a function to just look at a few...

sosey commented 6 years ago

You can generate the webpage of repositories from any list of repositories. Getting the data and generating the webpage are separate functions. I'll post examples soon.