Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zloeber/githubinfo

Github project information utility
https://github.com/zloeber/githubinfo

devops github golang utility

Last synced: 26 days ago
JSON representation

Github project information utility

Awesome Lists containing this project

README

        

# githubinfo

Utility for returning information about github projects.

## Getting started

This project requires Go to be installed. On OS X with Homebrew you can just run `brew install go`.

Running it then should be as simple as:

```bash
make build
./bin/githubinfo
```

### Credits

[cookiecutter-golang](https://github.com/lacion/cookiecutter-golang "Cookiecutter GoLang")