Documentation
¶
Index ¶
- func BuildPackage(ctx context.Context, opts types.BuildOpts) ([]string, []string, error)
- func GetScriptPaths(ctx context.Context, pkgs []db.Package) []string
- func InstallPkgs(ctx context.Context, lurePkgs []db.Package, nativePkgs []string, ...)
- func InstallScripts(ctx context.Context, scripts []string, opts types.BuildOpts)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildPackage ¶
BuildPackage builds the script at the given path. It returns two slices. One contains the paths to the built package(s), the other contains the names of the built package(s).
func GetScriptPaths ¶
GetScriptPaths returns a slice of script paths corresponding to the given packages
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.