Documentation
¶
Index ¶
Constants ¶
View Source
const (
// Filename names the config file
Filename = ".bumpy-ride"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
NoFetch bool `json:"noFetch"`
NoCommit bool `json:"noCommit"`
VersionPrefix string `json:"versionPrefix"`
NPMPrefixes []string `json:"npmPrefixes"`
Git git.Handler `json:"-"`
}
Config defines the bumpy-ride configuration file
func LoadOrCreate ¶ added in v0.58.0
LoadOrCreate loads the configuration file if it exists, or creates it otherwise
Click to show internal directories.
Click to hide internal directories.