Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SupportedTemplates = map[string]Config{
"ansible": {
SourcePath: "/etc/ansible/ansible.cfg",
OutputName: "ansible.cfg",
},
"markdownlint": {
SourcePath: ".config/markdownlint/config",
OutputName: ".markdownlint.json",
},
"ruff": {
SourcePath: ".config/ruff/ruff.toml",
OutputName: ".ruff.toml",
},
"yamllint": {
SourcePath: ".config/yamllint/config",
OutputName: ".yamllint",
},
}
Functions ¶
func ApplyTemplate ¶
func GetTemplateNames ¶
func GetTemplateNames() []string
Types ¶
Click to show internal directories.
Click to hide internal directories.