Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zloeber/githubinfo
- Owner: zloeber
- License: apache-2.0
- Created: 2020-02-09T20:20:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T13:51:44.000Z (over 4 years ago)
- Last Synced: 2024-06-20T14:19:26.065Z (5 months ago)
- Topics: devops, github, golang, utility
- Language: Go
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
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")