package
Version:
v0.0.33
Opens a new window with list of versions in this module.
Published: Feb 8, 2018
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Templates []Template `json:"templates"`
Variables map[string]interface{} `json:"variables"`
}
Config represents the butler config
ParseConfig returns the yaml parsed config
type Template struct {
Name string `json:"name"`
URL string `json:"url"`
}
Template represents the project template with informations about location
and name
Source Files
¶
Click to show internal directories.
Click to hide internal directories.