Skip to content

JetBrains/homebrew-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

JetBrains team project

Reposistory for Homebrew Formulas (https://brew.sh/)

Usage

brew tap jetbrains/utils

For example, to install https://github.com/JetBrains/bunches

brew install bunches

Or just in one command (that would add the tap and install an app), an example to install https://github.com/JetBrains/qodana-cli

brew install jetbrains/utils/qodana

Writing Formulas

https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md

Package java app: https://www.sourceclear.com/blog/Distribute-Your-Java-App-Via-Brew/