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

buildtool/scaffold

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published