gw
is a gradle
/gradlew
wrapper written in Go
. It's a clone of gdub
that works the same way (https://github.com/dougborg/gdub). The reason I
wanted to create this in Go is to be able to run it on OSX, Unix and Windows.
Since I do not have any binaries yet, you have to build it yourself.
go build
Run it using the gw
command:
./gw
Using goxc (https://github.com/laher/goxc) to build for all supported platforms.
Before running the commands you have to build tools for every platform:
goxc -t
Then, compile binaries for the platforms:
goxc xc
To clean output folders:
goxc clean