Homebrew tap for Capy.
brew install capysc/tap/capy- Publish the new version to npm:
cd packages/cli && npm publish --access public. - Fetch the published tarball's sha256:
curl -sL https://registry.npmjs.org/@capysc/cli/-/cli-<VERSION>.tgz | shasum -a 256
- Update
Formula/capy.rb:url→ new version pathsha256→ the hash from step 2
- Commit and push.
This can be automated by the CLI release workflow — see dawidd6/action-homebrew-bump-formula@v3.