Documentation
¶
Overview ¶
Package config handles agentree configuration from .agentreerc and global config
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
PostCreateScripts []string
// Package manager specific overrides
PnpmSetup string
NpmSetup string
YarnSetup string
DefaultSetup string
}
Config holds agentree configuration
func LoadGlobalConfig ¶
LoadGlobalConfig loads configuration from ~/.config/agentree/config
func LoadProjectConfig ¶
LoadProjectConfig loads configuration from .agentreerc in the project root
Click to show internal directories.
Click to hide internal directories.