Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdh34/repoinfo
A command-line utility for checking up on your repos
https://github.com/mdh34/repoinfo
github gitlab go travis
Last synced: 2 days ago
JSON representation
A command-line utility for checking up on your repos
- Host: GitHub
- URL: https://github.com/mdh34/repoinfo
- Owner: mdh34
- License: mit
- Created: 2018-07-18T20:02:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T11:45:13.000Z (about 6 years ago)
- Last Synced: 2024-11-24T20:42:27.025Z (2 months ago)
- Topics: github, gitlab, go, travis
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# repoinfo
A small (WIP) command-line utility to check up on your repositories## Features
- Travis build status
- Number of open GitHub / GitLab issues
- Number of open GitHub / GitLab PR's
- Autodetection of user, repo and service based on git remotes## Usage
repoinfo will try to autodetect the username and repository of the cwd's git repoUsing the `/u` and `/r` flags will let you specify which user and repository to check
The `/s` flag specifies which service to check, GitHub or GitLab
For example, to check this repository you would run
```
repoinfo /u mdh34 /r repoinfo /s gitlab
```## Installation
To install, run
```
go get gitlab.com/mdh34/repoinfo
```