project

package
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	// InitProject creates a new project with full scaffolding
	InitProject(projectPath, module, projectName string) error
	// ValidateModule validates that the module path is a proper Go module format
	ValidateModule(module string) error
	// ExtractProjectName extracts the project name from a module path
	ExtractProjectName(module string) string
	// ValidateProjectPath validates that a project directory can be created
	ValidateProjectPath(projectPath string) error
}

Service handles project initialization and scaffolding

func ProvideProjectService

func ProvideProjectService(uiService ui.Service) Service

ProvideProjectService creates a new project service @Provider

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL