package
1.4.5
Repository: https://github.com/rdaniels6813/cli-manager.git
Documentation: pkg.go.dev

# Functions

GetLatestLTSNodeVersion gets the latest LTS version of node.js.
GetLatestNodeVersion gets the latest even numbered node version.
GetNodeVersionByRangeOrLTS return the latest matching node version in the range, or the latest LTS version if the range is invalid.
NewManager constructor for default manager with the specified node version.

# Constants

No description provided by the author

# Structs

CLIApp config for an installed CLI app.
Manager struct for managing node binaries leveraged by the cli manager Use NewManager to create an instance of this object.
NpmViewResponse response from npm view command.

# Interfaces

No description provided by the author
Node helper for wrapping node commands for a node installation.