Documentation ¶
Index ¶
- func CatFile(filePath string) (string, error)
- func DependenciesToShell(shell string, deps ...string) string
- func GenerateLogs(script string) string
- func GenerateShellScript(path string) string
- func GetDependencies(path string) []string
- func ImportPath(t *terminal.Terminal, path string, store MergeShellStore)
- func MergeShells(deps ...string) string
- func WriteBrevFile(t *terminal.Terminal, deps []string, gitURL string, path string) *error
- type MergeShellStore
- type OrderDefsFailures
- type ShellFragment
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DependenciesToShell ¶
func GenerateLogs ¶ added in v0.6.49
func GenerateShellScript ¶
func GetDependencies ¶
func ImportPath ¶
func ImportPath(t *terminal.Terminal, path string, store MergeShellStore)
func MergeShells ¶
Types ¶
type MergeShellStore ¶
type OrderDefsFailures ¶
type OrderDefsFailures struct { Order []string Defs map[string]ShellFragment Failures []string }
Click to show internal directories.
Click to hide internal directories.