wavebuild

package
v0.85.0-pre.2 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2026 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Overview

Package wavebuild provides the end-user build entrypoint for Wave apps.

The public surface stays intentionally tiny: `Build` for CLI-driven usage, and `BuildWithOptions` for explicit programmatic invocation.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Build

func Build(w *wave.Wave)

Build parses CLI flags from os.Args and executes wavebuild.

Supported flags: --dev, --hook, --no-binary.

func BuildWithOptions

func BuildWithOptions(w *wave.Wave, options BuildOptions) error

BuildWithOptions executes wavebuild with explicit options.

Types

type BuildOptions

type BuildOptions struct {
	Dev               bool
	HookOnly          bool
	SkipGoBinaryBuild bool
}

BuildOptions configures one wavebuild execution.

Jump to

Keyboard shortcuts

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