3 sha256 "0df024c8c8489a63674cac148e766eab0cc2de3cd8e97c6caffd8e117a09863e"
5 url "https://github.com/jasongin/nvs/archive/refs/tags/v#{version}.tar.gz"
6 name "Node Version Switcher"
7 desc "Cross-platform tool for switching between versions and forks of Node.js"
8 homepage "https://github.com/jasongin/nvs"
11 executable: "nvs-#{version}/homebrew/install.sh",
12 args: ["#{caskroom_path}/latest"],
15 uninstall trash: "~/.nvs"
17 # No zap stanza required
20 NVS installs all Node.js versions to ~/.nvs by default.
21 To change this behavior, remove ~/.nvs and make the
22 following modification to your shell profile:
23 export $NVS_HOME=/your/preferred/location