Versions in this module Expand all Collapse all v0 v0.1.1 Sep 26, 2024 Changes in this version type Project + Language string v0.1.0 Sep 12, 2024 Changes in this version + func CheckArgs() error + func ExecuteCmd(name string, args []string, dir string) error + type Project struct + AbsolutePath string + ProjectName string + func (p *Project) CreateFileFromTemplate(tmplContent string, destinationPath string, filename string, data interface{}) error + func (p *Project) CreatePath(pathToCreate string, projectPath string) error + func (p *Project) CreateProjectStructure() error