Go to file
Markus Reiter 62a4b42314 Fix `url` stanza comment for CCMenu. 2016-07-05 03:12:43 +02:00
.github ISSUE_TEMPLATE.md: fix typo 2016-06-23 13:41:58 +01:00
Casks Fix `url` stanza comment for CCMenu. 2016-07-05 03:12:43 +02:00
ci/travis travis: OS X > macOS 2016-06-13 21:17:46 +01:00
cmd Don't explicitly exit with 0 after success 2015-12-16 23:43:25 -05:00
developer developer scripts: OS X > macOS 2016-06-13 20:36:20 +01:00
doc pre_bug_report.md: slighty improved explanation 2016-07-04 13:15:47 +01:00
lib Inherit rubocop config from rubocop-cask defaults (#22495) 2016-06-30 18:52:52 -04:00
man/man1 Add --require-sha option for Issue #18831 2016-06-26 02:05:25 -04:00
spec Introduce optional block syntax for `url` stanza 2016-06-18 21:32:39 +02:00
test Scope require_sha to installer (#22404) 2016-06-27 14:22:08 -04:00
.editorconfig add .editorconfig file 2015-09-08 01:42:23 +01:00
.gitattributes Create .gitattributes 2015-09-21 13:57:20 +01:00
.gitignore minor updates to ignores 2014-06-19 17:35:02 -04:00
.rspec install rspec; move first few tests over 2014-06-29 11:33:22 -05:00
.rubocop.yml Move cask-specific rubocop configuration to Casks/.rubocop.yml 2016-01-16 18:19:30 -05:00
.simplecov Exclude non-core folders from test coverage 2015-03-18 17:18:50 +00:00
.travis.yml Revert "Cache Homebrew kegs and casks along with Ruby gems" (#21289) 2016-05-18 19:19:18 -04:00
CONDUCT.md Update Code of Conduct to Contributor Covenant 1.4 2016-02-23 22:00:02 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md (#21604) 2016-06-01 15:52:07 -04:00
Gemfile Inherit rubocop config from rubocop-cask defaults (#22495) 2016-06-30 18:52:52 -04:00
Gemfile.lock Inherit rubocop config from rubocop-cask defaults (#22495) 2016-06-30 18:52:52 -04:00
LICENSE Bump year to 2016 2016-01-04 02:37:44 +09:00
README.md README.md: do not show redirection in gif (#22572) 2016-07-04 20:22:54 +08:00
Rakefile initial document breaks 2016-01-20 00:48:20 +00:00
USAGE.md Add --require-sha option for Issue #18831 2016-06-26 02:05:25 -04:00
brew-cask.rb brew-cask 0.60.1 2016-01-11 12:32:31 -05:00

README.md

Homebrew-Cask

“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 macOS applications such as Google Chrome and Adium.

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

Its implemented as a homebrew external command called cask.

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

Lets try it!

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

Installing Atom (animated gif)

Slower, now:

$ brew cask install atom
==> Satisfying dependencies
complete
==> Downloading https://github.com/atom/atom/releases/download/v1.8.0/atom-mac.zip
######################################################################## 100.0%
==> Verifying checksum for Cask atom
==> Moving App 'Atom.app' to '/Applications/Atom.app'
==> Symlinking Binary 'apm' to '/usr/local/bin/apm'
==> Symlinking Binary 'atom.sh' to '/usr/local/bin/atom'
🍺  atom staged at '/usr/local/Caskroom/atom/1.8.0' (0B)

And there we have it. Atom installed with one quick command: no clicking, no dragging, no dropping.

Learn More

  • Find basic documentation on using Homebrew-Cask in USAGE.md
  • Want to contribute a Cask? Awesome! See CONTRIBUTING.md
  • Want to hack on our code? Also awesome! See hacking.md
  • More project-related details and discussion are available in the documentation

Reporting bugs

Like most pieces of software, Homebrew-Cask has bugs — and we are busy fixing them! If you find a new bug tell us about it, but before you do make sure the problem isnt simply an outdated setup on your side, by following this guide.

If your issue persists, follow these instructions to the appropriate course of action:

Requests

Questions? Wanna chat?

Were really rather friendly! Here are the best places to talk about the project:

  • If none of the templates above is appropriate, open an issue.
  • Join us (and caskbot) on IRC at #homebrew-cask on Freenode
  • Join us on Gitter

License

Code is under the BSD 2 Clause (NetBSD) license