Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tool to list all the GitHub repos that are language:crystal or that have a shard.yml #51

Open
szabgab opened this issue Jun 24, 2021 · 2 comments

Comments

@szabgab
Copy link
Contributor

szabgab commented Jun 24, 2021

Report the ones that are missing from the catalog and include them if they are relevant.

@straight-shoota
Copy link
Contributor

There is https://github.com/shardbox/catalog/blob/master/scripts/top_github_repos.cr I think that should cover that, except that it filters language:crystal AND shard.yml. That's easy to adjust, though.

@straight-shoota
Copy link
Contributor

straight-shoota commented Jun 25, 2021

Based on this, I had the idea to automatically import more repositories from Github. Maybe a good indicator would be being used as a dependency on any Crystal repository we can find (currently automatic discovery is restricted to dependencies of shards that are already in the database).
So essentially, the script would just pick the dependencies from each shard and add their repos (if missing).

As mentioned in #52 (comment) I'd also like to improve the user experience for categorizing - and potentially manually adding shards. I think these two features would work well together: The auto import creates lots of new, uncategorized shards, but categorizing them gets easier and more accessible, so we can deal with that amount.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants