An open API service indexing awesome lists of open source software.

https://github.com/tomnomnom/getgithubrepos

A tool to list the SSH clone URLs for all GitHub repos for a given user
https://github.com/tomnomnom/getgithubrepos

Last synced: 3 months ago
JSON representation

A tool to list the SSH clone URLs for all GitHub repos for a given user

Awesome Lists containing this project

README

          

# getgithubrepos

A tool to list the SSH clone URLs for the given GitHub user.

It doesn't use auth so beware of [rate limits](https://developer.github.com/v3/#rate-limiting).

## Install

▶ go get github.com/tomnomnom/getgithubrepos

## Usage

▶ getgithubrepos tomnomnom
git@github.com:TomNomNom/All-About-SPL.git
git@github.com:TomNomNom/api.tomnomnom.com.git
git@github.com:TomNomNom/ASCIIPoint.git
git@github.com:TomNomNom/branchdemo.git
...