scaffold

module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2019 License: MIT

README

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.

Directories

Path Synopsis
pkg
config/vcs/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL