Documentation
¶
Index ¶
- Constants
- func BuildDepTree(pkg string, packages map[string]genOpts, output map[string]bool) error
- func Deps(file string) ([]string, error)
- func ExpandedAbsFilepath(p string) string
- func Fetch() error
- func Generate(solo bool) error
- func GetModBaseDir() string
- func Install(pkg string, global bool) error
- func InstallFromSolo(repoName, repo, tag, targetDir string) error
- func List() error
- func LocalInstall(path string, global bool) error
- func ReadDocs(pkg string, global bool) error
- func Remove(pkg string, global bool) error
- func Search(val string) error
- func Show(pkg string) error
- func ShowInstalled(global bool, globalText string) error
- func Update(pkg string, global bool) error
Constants ¶
View Source
const (
GlobalPath string = "/usr/local/lib/slope/modules/"
)
Variables ¶
This section is empty.
Functions ¶
func BuildDepTree ¶
func Generate ¶
Generate generates a package by cloning the package template repo
Types ¶
This section is empty.
Source Files
¶
- deps.go
- docs.go
- fetch.go
- generate.go
- install.go
- installed.go
- list.go
- local.go
- remove.go
- search.go
- show.go
- solo.go
- update.go
- util.go
Click to show internal directories.
Click to hide internal directories.