Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/felixjung/brewmaster
- Owner: felixjung
- License: mit
- Created: 2016-01-03T09:43:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T23:21:27.000Z (almost 9 years ago)
- Last Synced: 2024-10-07T09:09:33.039Z (about 1 month ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```