How can I see a list of all the child repos that have been created from my template repo on GitHub?
GitHub displays how many forks were created from a given repo at the top of the WUI, next to the "stars" and "watches." And you can display a list of links to those users' forks under the "analytics" tab.
How can I get a similar list of all the repos that were created from my template repo on GitHub?
On GitHub.com, navigate to the main page of the repository. Under your repository name, click Insights.
GitHub Free now includes unlimited private repositories. For the first time, developers can use GitHub for their private projects with up to three collaborators per repository for free.
How To List All Public Repositories Belonging to a User? So, to list all public repos from a user, send a GET request to https://api.github.com/users/<USER-NAME>/repos , replacing with the actual user from whom you want to retrieve the repositories.
In the top right corner of GitHub.com, click your profile photo, then click Your organizations. Click the name of your organization. Under your organization name, click Insights. Optionally, in the upper-right corner of the page, choose to view data for the last 1 week, 1 month, or 1 year.
Eureka! After reading this - Search based on the contents of a repository, the answer was clear! Search by README.md file content!
Use GitHub's search engine and provide a unique combination of words that appear in your README.md file. This is how I do it for my template - unfor19/terraform-multienv
in:readme sort:updated -user:unfor19 "tfmultienv"
github.com/search?q=in%3Areadme+sort%3Aupdated+-user%3Aunfor19+%22%60tfmultienv%60%22&type=repositories
To get meaningful search results
sort:updated
-user:USERNAME
with -QUALIFIER.Instead of hardcoding USERNAME
you can use the keyword @me
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With