Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fsuhrau/gopretty

Go Pretty a small beautifier for XCode & Unity builds similar to xcpretty
https://github.com/fsuhrau/gopretty

beautify beautify-unity build build-jenkins golang pretty unity xcode

Last synced: 4 days ago
JSON representation

Go Pretty a small beautifier for XCode & Unity builds similar to xcpretty

Awesome Lists containing this project

README

        

# gopretty
Go Pretty a small beautifier for XCode and Unity builds similar to xcpretty

## Requirements
- Go 1.8+

## Installation
### form source
``` bash
$ go get -u github.com/fsuhrau/gopretty
```

### via brew
``` bash
$ brew install fsuhrau/homebrew-tap/gopretty
```

## Usage
``` bash
$ xcodebuild -project 'testproject.xcodeproj' -configuration Release -target "test" | gopretty
```