Versions in this module Expand all Collapse all v0 v0.1.0 Jun 11, 2024 Changes in this version + const ProjectYAMLFile + const ProjectYAMLTemplate + var ErrNotEmptyDir = errors.New("the target directory for project creation should be empty") + var ErrProjectNameEmpty = errors.New("the project name must not be empty") + var ErrProjectNameInvalid = errors.New(...) + var ErrProjectNameTooLong = errors.New("the project name must be less than 100 characters") + func GetDirAndName() (dir, name string, err error) + func ValidateProjectDir(dir string) error + func ValidateProjectName(name string) error