Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatList ¶ added in v0.6.0
func IsInstalled ¶ added in v0.6.0
Types ¶
type Dep ¶
type Dep struct {
Name string
Repo string // Go repo path (e.g., "github.com/xo/usql")
BuildDir string
Purpose string
Pip string // Python package name (e.g., "litecli") for pip-based installs
}
func ForPurpose ¶ added in v0.6.0
func InstallAll ¶ added in v0.6.0
func InstallAll() (failed []Dep)
InstallAll installs all dependencies concurrently (Go and Python in parallel).
func InstallForPurpose ¶ added in v0.6.0
Click to show internal directories.
Click to hide internal directories.