Skip to content

v1.0.0

Compare
Choose a tag to compare
@Watchdog0x Watchdog0x released this 24 Oct 19:34
· 25 commits to main since this release

Release Notes - Version 1.0.0

I am excited to announce the release of version 1.0.0 of the nvml script!

Features

  • Install Specific Node.js Version: You can now use the -i or --install option to install a specific version of Node.js.

    Example:

    nvml -i 18.18.1
  • Set Active Node.js Version: The -s or --set option allows you to set the active Node.js version.

    Example:

    nvml -s 18.18.1
  • Remove Installed Node.js Version: The -r or --remove option lets you remove an installed Node.js version.

    Example:

    nvml -s 18.18.0
  • **List Available Versions: ** Use the -l or --list option to list all available Node.js versions on your system.

    Example:

    nvml -l
  • Patch for Updates: Introducing the -p or --patch option that checks for updates and installs the latest versions of Node.js.

    Example:

    nvml -p

    For cleaning up old versions:

    nvml -p clean
  • Install, Set, and List in One Go: You can combine installation, setting, and listing of Node.js versions in a single command. For example:

    nvml -i 18.18.2 -s 18.18.2 -l