provide homebrew cask
See original GitHub issueIt would be cool to install/update the modeler on OSX just by typing
brew cask install camunda-modeler
This description tells how to do it: https://github.com/caskroom/homebrew-cask/blob/master/doc/development/adding_a_cask.md
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (10 by maintainers)
Top Results From Across the Web
homebrew-cask
0‑ad 0 A.D. 0.0.26‑alpha
010‑editor 010 Editor 13.0.1
115browser 115Browser 25.0.4.2
1clipboard 1Clipboard 0.1.8
Read more >Homebrew Cask - GitHub
Homebrew Cask extends Homebrew and brings its elegance, simplicity, and speed to the installation and management of GUI macOS applications such as Atom...
Read more >What is the difference between `brew` and `brew cask`?
brew cask is an extension to brew that allows management of graphical applications through the Cask project. Homebrew Cask extends Homebrew and ...
Read more >How to install and use Homebrew and Cask on MacOS (and ...
Install Homebrew and Cask. 1. Open a terminal window. As you might have expected, installing Homebrew is done via the command line. Open...
Read more >Cask · macOS Setup Guide - Sourabh Bajaj
Homebrew -Cask extends Homebrew and allows you to install large binary files via a command-line tool. You can for example install applications like...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I use brew a lot and tried to use it for the modeler as well. It’s a cool thing and I think it should be mentioned on the download page since this way of installing things is quite popular in the Mac world.
However, having to keep the cask file synchronized to the latest version of the modeler is quite some effort if you have to do it manually with every new release. Maybe this could be automated as part of your release process?
Currently, I do this manually with every new release. Its not that much effort, just typing
and set the new version number.
But it would be nice to have a note on the download page.