Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetRegistry ¶
func SwitchVersion ¶
Types ¶
type RegistryInfo ¶
type RegistryInfo struct {
Url string `yaml:"url" json:"url"`
Home string `yaml:"home" json:"home"`
IsCustom bool `yaml:"isCustom,omitempty" json:"isCustom,omitempty"`
}
RegistryInfo holds information about Node package manager registry
func GetRegistryByName ¶
func GetRegistryByName(name string) RegistryInfo
Click to show internal directories.
Click to hide internal directories.