Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 855 Bytes

File metadata and controls

32 lines (23 loc) · 855 Bytes

🚀 gitmoji 😄

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.

✨ Motivation

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

📦 Installation

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