brewmaster

Wrapper for calling homebrew from node.

Usage no npm install needed!

<script type="module">
  import brewmaster from 'https://cdn.skypack.dev/brewmaster';
</script>

README

🍻 Brewmaster 🍻

A very tiny node wrapper for homebrew. I wrote this to use it for installing things with my dotfiles manager.

At this point this only supports installing formulas and tapping new taps as these are the things you might want to do when setting up your dotfiles.

Requirements

Brewmaster is written in ES2015 and requires node v5.3.0.

Installation

npm install brewmaster