Teeny tiny wrapper around brew
npm install brewery-cli.breweryfile.json so that you can save it in your dotfilesbrewery globally via npm or yarn
npm install -g brewery-cli
`
or
`
yarn global add brewery-cli
`
then take all your brew and brew cask already installed formulas and create .breweryfile.json in your HOME folder
`
brewery init
`for help run
brewery
`
Hi from brewery 🍻 here some helphelp - shows this output
init - creates .breweryfile.json in your HOME folder with the formulas that are currently installed in brew and brew cask
install [cask] [formula] - with no arguments installs the formulas from .breweryfile.json. With arguments installs the formula and adds it to .breweryfile.json
list - shows the installed formulas
uninstall [cask] [formula] - uninstalls a formula and removes it from .breweryfile.json
``