https://github.com/zloeber/githubinfo
Github project information utility
https://github.com/zloeber/githubinfo
devops github golang utility
Last synced: about 1 year 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T13:51:44.000Z (about 6 years ago)
- Last Synced: 2025-01-15T23:43:06.760Z (about 1 year 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")