Documentation
¶
Index ¶
- func CopyFiles(currentPath string, targetPath string) error
- func ExpandEnv(s string) string
- func GetAllincartCliCacheDir() string
- func GetInstalledNodeVersion() (string, error)
- func GetInstalledPHPVersion() (string, error)
- func IsNodeVersionAtLeast(requiredVersion string) (bool, error)
- func IsPHPVersionAtLeast(requiredVersion string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllincartCliCacheDir ¶
func GetAllincartCliCacheDir() string
func GetInstalledNodeVersion ¶
GetInstalledNodeVersion checks the installed Node.js version on the system.
func GetInstalledPHPVersion ¶
GetInstalledPHPVersion checks the installed PHP version on the system.
func IsNodeVersionAtLeast ¶
IsNodeVersionAtLeast checks if the installed Node.js version meets the minimum required version.
func IsPHPVersionAtLeast ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.