I am trying to search on github with search string @mozilla/togetherjs
. But it doesn't fetch any result. Is there any reason for this?
UPDATE:
GitHub mentions,
To grab a list of a user's or organization's repositories, you can use the familiar @user/repo syntax.
For jquery(or any other repo) this works fine, but for togetherJS this doesn't show up any results. Below are the two screenshots:
for @jquery/jquery
for @mozilla/togetherjs
You can fork any repo by clicking the fork button in the upper right hand corner of a repo page. Click on the Fork button to fork any repo on github.com. Source: GitHub Guides.
Clicking the number of forks shows you the full network. From there you can click "members" to see who forked the repo. Example for ExpressJS: https://github.com/expressjs/express/network/members.
The repository mozilla/togetherjs
is a fork of simonwex/towtruck
. To include forks in search results, you have to add a fork:true
search filter to your query.
So, this should give you the results you want:
https://github.com/search?q=%40mozilla%2Ftogetherjs+fork%3Atrue&type=Repositories
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