Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scaffold ¶
func (*Scaffold) PerformOperation ¶
func (s *Scaffold) PerformOperation(operation config.Operation, project *config.Project, path string, cloneDir string) error
PerformOperation performs the operation as specified by the settings file for the project It is responsible for performing any template replacements using GoTemplate
The method reads in the Action and determines what is requied The currently supported actions are
copy - copies data from the temporary dir to the working dir cmd - run a command on the local machine The command is set using the `command` parameter
Click to show internal directories.
Click to hide internal directories.