Skip to content

Releases: rouanw/brewpack

v0.2.0

09 Nov 04:01
Compare
Choose a tag to compare

brewpack init - create a new packages.yml, including your existing homebrew formulae

v0.1.1

09 Nov 03:15
Compare
Choose a tag to compare

Fix bug where brewpack install fails if no options are specified in packages.yml

v0.1.0

07 Nov 05:05
Compare
Choose a tag to compare

First release. Offers:

  • brewpack install - installs formulae listed in packages.yml
  • brewpack install <package> - install a package from homebrew core
  • brewpack install --save <package> - install a package from homebrew core and saves to packages.yml
  • brewpack install --cask <cask> - install a cask from hombrew-cask
  • brewpack install --save --cask <cask> - install a cask from hombrew-cask and saves to packages.yml
  • brewpack install --repo <github_repo> - installs formulae from a packages.yml hosted on GitHub