Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fsuhrau/gopretty
- Owner: fsuhrau
- License: mit
- Created: 2017-05-19T10:33:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T06:51:44.000Z (over 2 years ago)
- Last Synced: 2024-06-20T22:34:04.970Z (5 months ago)
- Topics: beautify, beautify-unity, build, build-jenkins, golang, pretty, unity, xcode
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```