brew-formula
v0.0.6
Published
Create a brew formula for an npm package
Downloads
33
Readme
brew-formula
This package lets you create a brew formula for a npm package, pushed to your own tap repo using the github token.
Requirements
Node 18 or higher.
Usage
npx brew-formula github <package-name> <repo> \
--test-command 'my-bin logout' \
--test-output '/you are not logged in/i'