Skip to content

v0.1.0

Compare
Choose a tag to compare
@rouanw rouanw released this 07 Nov 05:05
· 11 commits to master since this release

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