# Constants
CLIVersion version of Create Go App CLI.
RegexpAnsiblePattern pattern for Ansible roles.
RegexpBackendPattern pattern for backend.
RegexpFrontendPattern pattern for backend.
RegexpWebServerPattern pattern for web/proxy servers.
# Variables
Commands collection.
CreateQuestions survey's questions for `create` command.
DeployQuestions survey's questions for `deploy` command.
EmbedCGAPPConfig main config file for Create Go App.go:embed configs/.cgapp.yml.
EmbedDeployPlaybook Ansible playbook for deployment.go:embed configs/deploy-playbook.yml.
EmbedEditorConfig config for auto configuration IDE.go:embed configs/.editorconfig.
EmbedGitAttributes config for git attributes.go:embed configs/.gitattributes.
EmbedGitIgnore config for git ignore files.go:embed configs/.gitignore.
EmbedMakefile file for rapid manipulation with a new app.go:embed configs/Makefile.
Repositories collection.
# Structs
Command struct for describe commands collection.
CreateAnswers struct for a survey's answers for `create` command.
DeployAnswers struct for a survey's answers for `deploy` command.
Project struct for describe project.
Repository struct for describe repositories collection.