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

https://github.com/konstantin8105/gitup

get git repository by user name
https://github.com/konstantin8105/gitup

github

Last synced: about 1 month ago
JSON representation

get git repository by user name

Awesome Lists containing this project

README

          

# gitup

returns all github repository of user

Example:

```cmd
go run main.go -u Konstantin8105
```

Result:
```
https://github.com/Konstantin8105/awesome-go.git
https://github.com/Konstantin8105/c4go.git
https://github.com/Konstantin8105/c4go-rating.git
https://github.com/Konstantin8105/CalculixRPCclient.git
https://github.com/Konstantin8105/CalculixRPCserver.git
https://github.com/Konstantin8105/CFL3D.git
...
```