Go to file
Eric Nielsen f766f38117 Upgrade KeeWeb.app to v1.2.1 (#22791) 2016-07-14 12:59:28 +08:00
.github ISSUE_TEMPLATE.md: fix typo 2016-06-23 13:41:58 +01:00
Casks Upgrade KeeWeb.app to v1.2.1 (#22791) 2016-07-14 12:59:28 +08:00
Formula Move brew-cask formula to Formula directory (#22669) 2016-07-08 14:26:03 -04:00
ci/travis Core Code Cleanup 2016-07-05 02:29:10 -04:00
cmd Core Code Cleanup 2016-07-05 02:29:10 -04:00
developer Add Homebrew libs to LOAD_PATH in audit_modified_casks (#22603) 2016-07-05 11:32:58 -04:00
doc breadcrumbs: source is not there (#22578) 2016-07-05 02:01:25 -04:00
lib Fix audit --download to correctly calculate appcast checkpoint (#22741) 2016-07-12 01:14:40 -04:00
man/man1 Add --require-sha option for Issue #18831 2016-06-26 02:05:25 -04:00
spec Fix audit --download to correctly calculate appcast checkpoint (#22741) 2016-07-12 01:14:40 -04:00
test Move brew-cask formula to Formula directory (#22669) 2016-07-08 14:26:03 -04:00
.editorconfig
.gitattributes
.gitignore
.rspec
.rubocop.yml Move brew-cask formula to Formula directory (#22669) 2016-07-08 14:26:03 -04:00
.simplecov
.travis.yml
CONDUCT.md
CONTRIBUTING.md Update CONTRIBUTING.md (#21604) 2016-06-01 15:52:07 -04:00
Gemfile Core Code Cleanup 2016-07-05 02:29:10 -04:00
Gemfile.lock Bump rubocop-cask to 0.8.2 (#22566) 2016-07-05 01:36:22 -04:00
LICENSE
README.md README.md: do not show redirection in gif (#22572) 2016-07-04 20:22:54 +08:00
Rakefile Minor refactoring 2016-07-07 01:58:31 -04:00
USAGE.md USAGE: Clarify upgrade (#22632) 2016-07-06 17:13:56 -04: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