Categorygithub.com/winchman/builder-core
modulepackage
0.2.2
Repository: https://github.com/winchman/builder-core.git
Documentation: pkg.go.dev

# README

The Project

Formerly known as Bob

Build Status GoDoc Coverage Status

This repo is now the core builder library

Usage

See godocs and _example/

Writing a bobfile.yml

NOTE: for legacy reasons, the default file name is Bobfile

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

RunBuild runs a complete build for the provided unit config.
RunBuildSynchronously - run a build, wait for it to finish, log to stdout.

# Constants

KeepTemporaryTag == 1 (iota has been reset).

# Structs

Options encapsulates the options for RunBuild/RunBuildSynchronously.

# Type aliases

Flag is an option type for the RunBuild command.