Documentation
¶
Index ¶
- Variables
- type Project
- func (p *Project) Clone() (err error)
- func (p *Project) Exists() bool
- func (p *Project) FullName() string
- func (p *Project) GetFeatures() (map[string]string, error)
- func (p *Project) GetRemoteURL() (url string, err error)
- func (p *Project) GetTasks() (taskList []tasks.Task, err error)
- func (p *Project) Slug() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrProjectNotFound = errors.New("project not found")
View Source
var ManifestFilename = "dev.yml"
Functions ¶
This section is empty.
Types ¶
type Project ¶
type Project struct {
HostingPlatform string
OrganisationName string
RepositoryName string
Path string
Manifest *manifest.Manifest
}
func FindCurrent ¶
func GetAllProjects ¶
func (*Project) GetFeatures ¶ added in v0.0.4
func (*Project) GetRemoteURL ¶
Click to show internal directories.
Click to hide internal directories.