package
0.0.0-20250130180906-9eff62b6ca93
Repository: https://github.com/moabdelazem/initiator.git
Documentation: pkg.go.dev
# Functions
ChangeDirectory changes the current working directory to the specified directory path.
NewProject creates and returns a new Project instance based on the specified project type.
PromptUserForProjectType prompts the user to select a project type from predefined options.
# Structs
GoProject represents a Go project.
NodeProject represents a Node.js project.
ProjectSteps represents the steps required to create a project.
# Interfaces
Project represents a project.
# Type aliases
GoProjectType represents the type of Go project.
ProjectType represents the type of project.