Skip to content

Instantly share code, notes, and snippets.

View GiyoMoon's full-sized avatar
🦇

Jasmin GiyoMoon

🦇
View GitHub Profile

Conventional Commit Messages

See how a minor change to your commit message style can make a difference. Examples

ℹ️ git-conventional-commits A CLI util to ensure this conventions and generate changelogs

Commit Formats

Default

@GiyoMoon
GiyoMoon / android_dev_env_macos.md
Last active November 18, 2024 12:45
Android dev environment setup on macOS

Android dev environment setup on macOS

(Without Android Studio, for React Native)

I got the best experience while using homebrew, but feel free to use something else like nixpkgs.

JDK

Install the Java Development Kit. We'll use the binaries from Adoptium.

brew install --cask temurin17