https://github.com/avraammavridis/go-git-parse
Small utility written in GO that parses the git info file and generates a JSON represantation of it.
https://github.com/avraammavridis/go-git-parse
git github go golang
Last synced: about 1 month ago
JSON representation
Small utility written in GO that parses the git info file and generates a JSON represantation of it.
- Host: GitHub
- URL: https://github.com/avraammavridis/go-git-parse
- Owner: AvraamMavridis
- Created: 2018-08-10T07:55:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T11:23:58.000Z (almost 8 years ago)
- Last Synced: 2025-03-30T06:02:07.559Z (about 1 year ago)
- Topics: git, github, go, golang
- Language: Go
- Homepage:
- Size: 876 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-git-parse
Small utility written in GO that parses the git info file and generates a JSON represantation of it.
### Run
```
./git-parse
```
### Build
```
./build.sh
```