brewery-cli

0.3.1 • Public • Published

Brewery Build Status

A teeny tiny wrapper around the awesome Homebrew that writes your brew and cask formulas in a .breweryfile.json so that you can save it in your dotfiles

Usage

Install brewery 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 help

help                          - 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

/brewery-cli/

    Package Sidebar

    Install

    npm i brewery-cli

    Weekly Downloads

    13

    Version

    0.3.1

    License

    MIT

    Last publish

    Collaborators

    • albertoforni