Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type List ¶
type List struct {
TemplateDir string `short:"d" type:"path" default:"." help:"the directory to read the templates from"`
}
type Pull ¶
type Pull struct {
Repository string `arg:"" default:"https://github.com/funlessdev/fl-templates.git" help:"the repository to pull the template folder from"`
OutDir string `short:"o" type:"existingdir" default:"." help:"the output directory where the template folder will be placed"`
Force bool `short:"f" default:"false" help:"overwrite the template if it already exists"`
}
Click to show internal directories.
Click to hide internal directories.