Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felixjung/brewmaster

Tiny homebrew wrapper for node.
https://github.com/felixjung/brewmaster

Last synced: 26 days ago
JSON representation

Tiny homebrew wrapper for node.

Awesome Lists containing this project

README

        

# 🍻 Brewmaster 🍻
A very tiny node wrapper for [homebrew](http://brew.sh). 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

```bash
npm install brewmaster
```