Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 repo

Using 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
```