Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultStorePath is the name // of the default directory where // binaries and bundles are stored. DefaultStorePath = ".binrc" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache stores and retrieves projects from the system's cache and GitHub releases
type Project ¶
type Project struct { FullName string Version string Owner string Name string FullPath string // contains filtered or unexported fields }
Project represents a project managed with Binrc. It holds information about its version, cache and binary paths.
func (*Project) BinaryName ¶
BinaryName returns the name of the binary to look for after the tarball is extracted.
Click to show internal directories.
Click to hide internal directories.