A tool inspired by gitmoji that helps you create
standardized, emoji-based Git commits β without installing any dependencies,
packages, or runtimes.
Everything runs from a single binary.
Gitmoji is a great way to make commits more semantic and easier to understand.
However, many existing tools require:
- Installation via npm/yarn
- Extra configuration
- A runtime environment (like Node.js)
This project solves that by providing:
β
A single binary
β
Zero dependencies
β
Instant execution
β
Cross-platform support
Just download the binary for your operating system and make it executable.
curl -sSLO https://github.com/edufolly/gitmoji/releases/latest/download/gitmoji
chmod +x gitmoji
sudo mv gitmoji /usr/local/bin