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
- Host: GitHub
- URL: https://github.com/konstantin8105/gitup
- Owner: Konstantin8105
- License: mit
- Created: 2018-11-01T13:16:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T11:11:06.000Z (about 2 years ago)
- Last Synced: 2025-01-18T08:36:31.490Z (over 1 year ago)
- Topics: github
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
...
```