Skip to content

fsuhrau/gopretty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages