Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func List ¶
List all projects in the given folder
Types ¶
type Project ¶
Project is basically any kind of project (git, local, svn, bzr, nfs...)
func New ¶
New decides what kind of project it is, based on the given line
func NewClonedGit ¶
NewClonedGit is a git project that was already cloned, so, only Update will work here.
func NewGit ¶
NewGit A git project can be any repository in any given branch. It will be downloaded to the provided cwd
Click to show internal directories.
Click to hide internal directories.