Install
Installs a package or a list of packages.
#
UsageInstall packages easily using novus with just a single command.
You can find the list of packages by running
novus list
#
AliasThe letter i can be used as an alternative shortcut to install.
Example:
novus i brave
#
VersioningNovus allows you to install a specific version of any package.
This is made extremely easy by suffixing the package name with @<version>
Example
novus i brave@1.25.66
#
Flags#
portableInstalls a portable version of the package if it exists.
Alias: -p
Example
novus install atom --portable
#
no-colorTurns off colored output during installation.
Alias: -nc
Example
novus install brave --no-color
#
no-progressDisables progress bar during installation.
Alias: -np
Example
novus install brave --no-progress
#
multithreadedEnables multithreaded download for faster installation.
Alias: -m
Example
novus install brave --multithreaded