Documentation
¶
Overview ¶
Package nodejs provides all needed logic for installation of node.js
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// VersionLink is the URL link from which we can get all possible versions
VersionLink = "https://nodejs.org/dist"
)
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
Version string
Emitter *emission.Emitter
pkg.Base
// contains filtered or unexported fields
}
Node essential struct
func (Node) ListRemote ¶
ListRemote returns list of the all available remote versions
Click to show internal directories.
Click to hide internal directories.