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

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.

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