New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

brewery-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brewery-cli

Teeny tiny wrapper around brew

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

Brewery Build Status

A teeny tiny wrapper around the awesome Homebrew that writes your brew and cask formulas in a .breweryfile.json so that you can save it in your dotfiles

Usage

Install brewery globally via npm or yarn

npm install -g brewery-cli

or

yarn global add brewery-cli

then take all your brew and brew cask already installed formulas and create .breweryfile.json in your HOME folder

brewery init

for help run brewery

Hi from brewery 🍻  here some help

help                          - shows this output
init                          - creates .breweryfile.json in your HOME folder with the formulas that are currently installed in brew and brew cask
install [cask] [formula]      - with no arguments installs the formulas from .breweryfile.json. With arguments installs the formula and adds it to .breweryfile.json
list                          - shows the installed formulas
uninstall [cask] [formula]    - uninstalls a formula and removes it from .breweryfile.json

Keywords

BuckleScript

FAQs

Package last updated on 24 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts