Versions in this module Expand all Collapse all v0 v0.1.0 Oct 5, 2025 Changes in this version + type Console interface + Info func(message string) + Infof func(format string, a ...interface{}) + type Project struct + func NewProject(fs afero.Fs, projectDir string, settingsDirName string, configFileName string, ...) *Project + func (p *Project) CleanupTmpDir() error + func (p *Project) ConfigFilePath() string + func (p *Project) Initialize() error + func (p *Project) ProjectDir() string + func (p *Project) WriteTmpFile(relativeFilePath string, content []byte) (string, error)