Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindConfigFileUp ¶
func WriteConfig ¶
func WriteConfig(filename string, config *ProjectConfig) error
Types ¶
type ProjectConfig ¶
type ProjectConfig struct {
ID string `json:"id" yaml:"id"`
}
func ReadConfig ¶
func ReadConfig(cwd string) (*ProjectConfig, string, error)
Click to show internal directories.
Click to hide internal directories.