edersohe / uprops

Update base .properties with custom .properties

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use

uprops "$(cat base.properties)" "$(cat custom.properties)" > baseUpdateWithCustom.properties

Build binaries

env GOOS=linux GOARCH=amd64 go build -o uprops-linux-amd64 uprops.go
env GOOS=darwin GOARCH=amd64 go build -o uprops-darwin-amd64 uprops.go
env GOOS=windows GOARCH=amd64 go build -o uprops-windows-amd64 uprops.go

About

Update base .properties with custom .properties


Languages

Language:Go 100.0%