Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Project ¶
type Project struct { Config ProjectConfig // contains filtered or unexported fields }
Contains the config the fs api and template info
func NewProject ¶
func NewProject(projectConfig ProjectConfig, templateConfig template.TemplateConfig) *Project
Generates a new projects giving the project config and and a template config
func (*Project) CreateRootFolder ¶
Create the root folder of the project
func (Project) MountTemplate ¶ added in v0.1.4
func (self Project) MountTemplate()
Click to show internal directories.
Click to hide internal directories.