Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Check *check.Check `validate:"required"`
CheckVars *checkvars.Check `validate:"required"`
Conf *config.File `validate:"required"`
Exit exit.HandlerIface `validate:"required"`
Stderr io.Writer `validate:"required"`
Stdout io.Writer `validate:"required"`
Sync sync.SyncIface `validate:"required"`
Template template.TemplateIface `validate:"required"`
}
Options contructor options
type Start ¶
type Start struct {
// contains filtered or unexported fields
}
Start manage listing of installed templates
type StartIface ¶
type StartIface interface {
// Start start command
Start(projectname, template, path string)
// List lists the output
List(long bool)
}
StartIface ...
Click to show internal directories.
Click to hide internal directories.