ALTER Homebrew tap. Hosts the Formula for the @truealter/cli npm package.
brew tap truealter/tap
brew install alterThen:
alter loginWhen a new @truealter/cli version ships to npm:
- Compute the SHA256 of the published tarball:
curl -fsSL https://registry.npmjs.org/@truealter/cli/-/cli-<ver>.tgz | sha256sum
- Update
urlandsha256inFormula/alter.rb. - Commit + push.
brew update && brew upgrade alter then resolves the new version.
Apache-2.0.