libraries.io
https://github.com/librariesio/libraries.io
Ruby
:books: The Open Source Discovery Service
GithubGraphql.new_client
No Docs, write some!
Edit
git clone [email protected]:librariesio/libraries.io.git
cd libraries.io
open app/services/github_graphql.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-GithubGraphql-new_client-for-pr
# Commit to gitgit add app/services/github_graphql.rbgit commit -m "better docs for GithubGraphql.new_client"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-GithubGraphql-new_client-for-pr
hub pull-request
# Celebrate!