Socket
Socket
Sign inDemoInstall

brewmaster

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brewmaster - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "brewmaster",
"version": "1.0.0",
"version": "1.0.1",
"description": "Wrapper for calling homebrew from node.",

@@ -9,2 +9,6 @@ "main": "index.js",

],
"repository": {
"type": "git",
"url": "https://github.com/felixjung/brewmaster.git"
},
"author": "Felix Jung <felix@jung.fm> (http://felixjung.io)",

@@ -11,0 +15,0 @@ "license": "MIT",

13

README.md

@@ -1,12 +0,13 @@

# Brewery 🍻
# 🍻 Brewmaster 🍻
A very tiny node wrapper for [homebrew](http://brew.sh). I wrote this to use it for installing things with my dotfiles manager.
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.
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
```bash
npm install brewery
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc