Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProjectTypes ¶
func ProjectTypes() []string
Returns the available ProjectTypes for the Init() function
Types ¶
type Engine ¶
type Engine struct {
InputDir string
OutputDir string
TemingoignorePath string
TemplateExtension string
MetaTemplateExtension string
PartialExtension string
MetaFilename string
MarkdownContentFilename string
Values map[string]string
ValuesFilePath string
NoDeleteOutputDir bool
Verbose bool
DryRun bool
Beautify bool
Minify bool
}
func (*Engine) InitProject ¶
Initializes the current directory with an example project It checks beforehand if the files / folders that will be written already exist and not do a thing if they do.
Click to show internal directories.
Click to hide internal directories.