The official Homebrew tap for nub, a fast TypeScript runtime and package manager that augments Node. Use it to install nub on macOS and Linux with brew.
brew install nubjs/tap/nubOr tap first, then install:
brew tap nubjs/tap
brew install nubA Homebrew-installed nub updates through Homebrew, not nub upgrade. The nub upgrade self-updater detects the Homebrew install and defers to brew, so run:
brew upgrade nubbrew uninstall nub
brew untap nubjs/tapHomebrew is one of several ways to install nub. The install script and npm package are documented at github.com/nubjs/nub:
curl -fsSL https://nubjs.com/install.sh | bashnpm install -g --ignore-scripts=false @nubjs/nubFormula/nub.rb is generated and bumped automatically by the nubjs/nub release pipeline on each tagged release. Do not hand-edit it; changes belong in the release tooling upstream.