# Functions
AddCommand returns command model to install js dependencies.
DetectTool returns the Js package manager used, e.g.
InstallGlobalDependencyCommand returns command model to install a global js dependency.
RemoveCommand returns command model to remove js dependencies.
# Structs
InstallCommand contains the command to be executed and wether the resulting error can be ignored.
# Type aliases
CommandScope describes package manager command scope (global, or not).
Tool identifies a package manager tool.