Skip to main content

build

Build the bundle wheel using ChimeraX's bundle builder.

Usage

echi build [OPTIONS] [PATH]

Arguments

ArgumentDefaultDescription
PATH.Project directory

Options

OptionDescription
--cleanClean build directory before building
--allBuild all bundles in workspace

Examples

# Build current directory
echi build

# Clean build first
echi build --clean

# Build a specific project
echi build ./my-tool

# Build all workspace members
echi build --all