package
0.0.0-20210412175609-b7fc2af6ebc8
Repository: https://github.com/mojochao/devbox.git
Documentation: pkg.go.dev

# Functions

LoadState returns State loaded from path.
New returns a fully constructed Box.
NewState returns a new State ready for use.

# Constants

DefaultStateFile defines the default location of the state file.

# Variables

DefaultConfig is a Config containing default configuration values.
ManifestTypes contains the list of defaultManifest types in install order.

# Structs

Box contains information on a devbox.
Config contains configuration data required of a Box.
ManifestItem contains optional path and commands to use when setting up that item.
State contains devbox state.

# Type aliases

Boxes contains Box values keyed by BoxID.
BoxID is an identifier for a devbox persisted in application state.
Manifest contains a map of ManifestItem values by their type key.
ManifestType identifies the type of ManifestItem values.