Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Latest commit

 

History

History
64 lines (44 loc) · 2.68 KB

README.md

File metadata and controls

64 lines (44 loc) · 2.68 KB

Scaffold

Setup new projects to use with build-tools


GitHub Actions GitHub release (latest by date) GitHub pull requests GitHub All Releases

LICENSE Coverage Status codebeat badge goreportcard badge

Setup

You can install the pre-compiled binary (in several different ways) or compile from source.

Installation pre-built binaries

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.

Compiling from source

    # 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.