Installation
Denvig can be installed via the install script, Homebrew, or npm.
Install globally
Section titled “Install globally”brew install denvig/tap/denvigTo update to the latest version:
brew upgrade denvigRequires Node.js v22 or later.
npm install -g denvigTo update to the latest version:
npm install -g denvig@latestInstalls Homebrew (if not already installed) then uses it to install the Denvig CLI.
curl -fsSL https://denvig.com/install.sh | bashCheck installed version
Section titled “Check installed version”denvig --version