Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrProjectNotFound = errors.New("project not found")
Functions ¶
This section is empty.
Types ¶
type Project ¶
type Project struct {
HostingPlatform string // Name and directory name of the hosting platform like "github.com"
OrganisationName string // Name and directory name of the organisation owning this project
RepositoryName string // Name and directory name of this project
Path string // Full path of this project
Manifest *manifest.Manifest // Manifest of this project
// contains filtered or unexported fields
}
Project represents a project whether it exists locally or not
func FindBestMatch ¶
func FindCurrent ¶
func GetAllProjects ¶
func (*Project) GetRemoteURL ¶
GetRemoteURL builds the Git remote url for the project
Click to show internal directories.
Click to hide internal directories.