Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 644 Bytes

File metadata and controls

26 lines (22 loc) · 644 Bytes

gopretty

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

Requirements

  • Go 1.8+

Installation

form source

$ go get -u github.com/fsuhrau/gopretty

via brew

$ brew install fsuhrau/homebrew-tap/gopretty

Usage

# validate a custom config
$ gopretty validate --config example.yaml
# beatufiy with default rules
$ xcodebuild -project 'testproject.xcodeproj' -configuration Release -target "test" | gopretty
# beautify with custom rules
$ xcodebuild -project 'testproject.xcodeproj' -configuration Release -target "test" | gopretty beautify --config example.yaml