brew-install
v0.1.0
Published
Better brew install with support for installing specific versions
Maintainers
Readme
👌 brew-install
A node script to improve the brew install experience and allow to install specific versions of packages.
Note this is a very naive implementation so it might not work all the time and it is meant for personal usage only.
Install
npm i -g brew-installUsage
Install the latest version of a package
brew-install elixirThis is an alias for brew install.
Install a specific version of a package
brew-install [email protected]List all* the avaliable version of a package
brew-install --ls elixirbrew-installlooks at the git history and uses the commit messages to determine the available versions - I warned you that this is a very naive implementation.
