Documentation
¶
Overview ¶
Package skel seeds the embedded rocketclaw skeleton into workspaces.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListSetupFiles ¶
ListSetupFiles returns every workspace-relative file path that `rocketclaw setup` can materialize.
func ReadSetupFile ¶
ReadSetupFile returns the bytes for one workspace-relative embedded setup file.
Types ¶
type OverlayInfo ¶ added in v0.0.2
type OverlayInfo struct {
Spec, URL, Ref, ClonePath string
}
OverlayInfo describes one configured git overlay materialized by SyncInWithOverlays.
func OverlayInfos ¶ added in v0.0.2
func OverlayInfos(workspace, workDir string, overlays []string) []OverlayInfo
OverlayInfos returns normalized configured overlay clone metadata in config order.
Click to show internal directories.
Click to hide internal directories.