Documentation
¶
Overview ¶
Package bootstrap provides utilities for setting up the GSwarm environment, including repository management, virtual environment creation, and dependency installation.
Index ¶
Constants ¶
View Source
const ( // OS constants OSDarwin = "darwin" OSLinux = "linux" OSWindows = "windows" )
Variables ¶
View Source
var CommandRunner = exec.Command
CommandRunner is a package-level variable that can be replaced in tests
Functions ¶
func CheckPythonVersion ¶
func CheckPythonVersion() error
func EnsureNodeAndNpm ¶
func EnsureNodeAndNpm() error
func EnsureVenv ¶
EnsureVenv ensures the Python virtual environment exists and is properly set up
func InstallYarn ¶
func InstallYarn() error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.