Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandLineSpec ¶
type CommandLineSpec struct {
Name string `yaml:"name"`
}
CommandLineSpec defines specification for command line For example it may contains command "add" Then it'll generate template for that command
type Config ¶
type Config struct {
Name string `yaml:"name"`
Type string `yaml:"type"`
Dockerfile string `yaml:"dockerfile"`
Makefile string `yaml:"makefile"`
SubDirs []string `yaml:"subdirs"`
Commands []CommandLineSpec `yaml:"commands"`
HostingPath string `yaml:"hostingPath"`
Badges string `yaml:"badges"`
CI []string `yaml:"ci"`
}
Config provides definition of the project
func DefaultConfig ¶
func DefaultConfig() *Config
DefaultConfig retruns default configuration for the project
Click to show internal directories.
Click to hide internal directories.