Skip to content

gabimoncha/active-forks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

active-forks

Might turn it into an app

Query I use to get the last active fork of an unmaintained project. Try it ouy in the github graphql explorer

query { 
  repository(
    owner: "gabrielmoncea"
    name: "react-native-template"
  ) {
    name
    forkCount
    forks(
      first: 25
      orderBy: { field: PUSHED_AT, direction: DESC }
    ) {
      totalCount
      nodes {
        url
        licenseInfo{
          name
        }
      }
    }
  }
}

About

Might turn it into an app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published