Skip to content

srs/gw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is gw?

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.

Building

Since I do not have any binaries yet, you have to build it yourself.

go build

Run it using the gw command:

./gw

Cross-platform build

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

About

Gradle wrapper written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages