0.0.3 • Published 9 years ago

apt-brew-wrapper v0.0.3

Weekly downloads
-
License
GPL-2.0
Repository
-
Last release
9 years ago

apt-get wrapper for Homebrew

A silly wrapper that maps apt-get commands to the equivalent brew command

Mostly pointless, but can be usefull when copy pasting Debian/Ubuntu based scripts on macOS.

Installation

npm install -g apt-brew-wrapper

Usage

It should work almost like apt-get.

apt-get install wget

will automatically be translated to

brew install wget

apt-get remove wget

will be translated to

brew uninstall wget

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago