Setup new projects to use with build-tools
You can install the pre-compiled binary (in several different ways) or compile from source.
Homebrew tap
$ brew install buildtool/taps/scaffold
Shell script
$ curl -sfL https://raw.githubusercontent.com/buildtool/scaffold/master/install.sh | sh
Manually
Download the pre-compiled binaries from the releases page and copy to the desired location.
# clone it outside GOPATH
$ git clone https://github.com/buildtool/scaffold
$ cd build-tools
# get dependencies using go modules (needs go 1.11+)
$ go get ./...
# build
$ go build ./cmd
# check it works
./scaffold -version
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. We appreciate your contribution. Please refer to our contributing guidelines for further information.