DataDog/homebrew-cask

Name: homebrew-cask

Owner: Datadog, Inc.

Description: A CLI workflow for the administration of Mac applications distributed as binaries

Created: 2016-01-30 14:32:26.0

Updated: 2016-01-30 14:32:36.0

Pushed: 2016-01-30 13:54:38.0

Homepage: http://caskroom.io

Size: 122871

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Homebrew-Cask

Important December update: Homebrew-Cask will now be kept up to date together with Homebrew (see #15381 for details). If you haven?t yet, run brew uninstall --force brew-cask; brew update to switch to the new system. Important: At some point in the future Homebrew-cask will change its behaviour from linking apps to moving them. See issue #13201 for details.

?To install, drag this icon?? no more!

Homebrew-Cask extends Homebrew and brings its elegance, simplicity, and speed to the installation and management of GUI Mac applications such as Google Chrome and Adium.

We do this by providing a friendly homebrew-style CLI workflow for the administration of Mac applications distributed as binaries.

It?s implemented as a homebrew external command called cask.

Build Status Code Climate Coverage Status Join the chat at https://gitter.im/caskroom/homebrew-cask

Let?s try it!

To start using Homebrew-Cask, you just need Homebrew installed.

ew cask install google-chrome
Downloading https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg
Symlinking App 'Google Chrome.app' to '/Users/Your_Account_Name/Applications/Google Chrome.app'
google-chrome staged at '/opt/homebrew-cask/Caskroom/google-chrome/latest' (208 files, 184M)

And there we have it. Google Chrome installed with a few quick commands: no clicking, no dragging, no dropping.

en ~/Applications/"Google Chrome.app"
Learn More
Questions? Wanna chat?

We?re really rather friendly! Here are the best places to talk about the project:

Reporting Bugs

We still have bugs ? and we are busy fixing them! If you have a problem, don?t be shy about reporting it on our GitHub issues page. Always search for your issue before posting a new one.

When reporting bugs, remember that homebrew-cask is an independent project from Homebrew. Do your best to direct bug reports to the appropriate project. If your command-line started with brew cask, bring the bug to us first!

Before reporting a bug, make sure you have the latest versions of homebrew, homebrew-cask, and all Taps by running the following command:

ew update; brew cleanup; brew cask cleanup

In addition, if you haven?t yet, run the following once to switch to the new system:

ew uninstall --force brew-cask; brew update

Finally, if it's been a while since you last updated Homebrew-Cask, you may still have the old phinze/cask tap installed. Run the following to clean up, then try your command again:

ew untap phinze/cask; brew untap caskroom/cask; brew update

If the issue persists, please use our bug report template to report the output of running the problematic command with the --verbose flag, along with the output of brew cask doctor.

License

Code is under the BSD 2 Clause (NetBSD) license


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.